summaryrefslogtreecommitdiff
path: root/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-26 11:42:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-26 11:42:28 +0000
commit89c6c06b8c42107dd231687a1012354e7d3039fc (patch)
treedad94f4da8a6694f3cb99f7048be2f9cf5f78f97 /dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
parent796cae72cf9ed18ba01256ac1f83a686a2a76036 (diff)
gentoo resync : 26.11.2017
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
+"