diff options
Diffstat (limited to 'perl-core/Math-Complex/Math-Complex-1.590.0.ebuild')
-rw-r--r-- | perl-core/Math-Complex/Math-Complex-1.590.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild b/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild new file mode 100644 index 000000000000..b23aeb757060 --- /dev/null +++ b/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild,v 1.1 2014/03/14 21:28:21 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=ZEFRAM +MODULE_VERSION=1.59 +inherit perl-module + +DESCRIPTION="complex numbers and associated mathematical functions" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |