diff options
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild new file mode 100644 index 000000000000..b9afb8d9a08a --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.24.ebuild,v 1.1 2010/11/15 11:38:39 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.97 + virtual/perl-XSLoader" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |