summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-20 02:47:00 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-20 02:47:00 +1300
commit0161600a01667aa8f11d1cc64d39d6ed582006ce (patch)
tree215eb2dac07ac25e1666ad11d973ceb5ffa242cf /dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild
parentdev-perl/XML-Compile-WSDL11: Add version 3.50.0 (diff)
downloadgentoo-0161600a01667aa8f11d1cc64d39d6ed582006ce.tar.gz
gentoo-0161600a01667aa8f11d1cc64d39d6ed582006ce.tar.bz2
gentoo-0161600a01667aa8f11d1cc64d39d6ed582006ce.zip
dev-perl/Math-CDF: Add version 0.100.0
Required by sci-biology/meme Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild')
-rw-r--r--dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild b/dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild
new file mode 100644
index 000000000000..da964a4ae982
--- /dev/null
+++ b/dev-perl/Math-CDF/Math-CDF-0.100.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CALLAHAN
+DIST_VERSION=0.1
+inherit perl-module
+
+DESCRIPTION="Generate probabilities and quantiles from statistical functions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"