summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild')
-rw-r--r--dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild b/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
new file mode 100644
index 0000000..af8dff3
--- /dev/null
+++ b/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CRAKRJACK
+DIST_VERSION=0.04
+DIST_A_EXT=tgz
+#SRC_URI="https://cpan.metacpan.org/authors/id/C/CR/CRAKRJACK/Math-Gradient-0.04.tgz"
+inherit perl-module
+
+DESCRIPTION="Useful math gradient functions for Perl"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"