summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-22 21:34:02 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-22 21:34:02 +1300
commit7871f6614ac69d7a30ed15d7598d0e2118244c7f (patch)
tree5f9ade3e78e12b4a6517d2744fc27bf40b057b7c /dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
parentdev-perl/File-Stat-Moose: treeclean re bug #634938 (diff)
downloadgentoo-7871f6614ac69d7a30ed15d7598d0e2118244c7f.tar.gz
gentoo-7871f6614ac69d7a30ed15d7598d0e2118244c7f.tar.bz2
gentoo-7871f6614ac69d7a30ed15d7598d0e2118244c7f.zip
dev-perl/Math-NumberCruncher: EAPI6, tests
- EAPI6ify - Enable tests - Add CPAN Remote id's Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild')
-rw-r--r--dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
new file mode 100644
index 000000000000..bea113650eb8
--- /dev/null
+++ b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=5.00
+DIST_AUTHOR=SIFUKURT
+inherit perl-module
+
+DESCRIPTION="Collection of useful math-related functions"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.470.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"