summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
diff options
context:
space:
mode:
authorJulien Dessaux2018-12-05 10:37:07 +0100
committerJulien Dessaux2018-12-05 10:37:07 +0100
commit990bcf615c171c7ed0f51cc39ce7a79413d109c8 (patch)
tree17f40dac91a63293b51e4bf4f4955b0f0d4f3c70 /dev-perl/Math-Gradient/Math-Gradient-0.04.ebuild
downloadportage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.tar.gz
portage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.tar.bz2
portage-990bcf615c171c7ed0f51cc39ce7a79413d109c8.zip
Initial import with dev-perl/Math-Gradient
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
+"