diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 10:56:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 10:56:41 +0000 |
commit | 16a4392490a51f2cbc594852c0dd353e2ba6ee7b (patch) | |
tree | 1ed8e00a2687d939b829f06d78f629fa5fb9db2e /perl-core/bignum/bignum-0.20.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-16a4392490a51f2cbc594852c0dd353e2ba6ee7b.tar.gz gentoo-2-16a4392490a51f2cbc594852c0dd353e2ba6ee7b.tar.bz2 gentoo-2-16a4392490a51f2cbc594852c0dd353e2ba6ee7b.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'perl-core/bignum/bignum-0.20.ebuild')
-rw-r--r-- | perl-core/bignum/bignum-0.20.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/bignum/bignum-0.20.ebuild b/perl-core/bignum/bignum-0.20.ebuild new file mode 100644 index 000000000000..13c4af87ebbf --- /dev/null +++ b/perl-core/bignum/bignum-0.20.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.20.ebuild,v 1.1 2007/04/16 10:56:41 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Transparent BigNumber/BigRational support for Perl" +HOMEPAGE="http://search.cpan.org/~tels" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +PREFER_BUILDPL="no" + +DEPEND=">=perl-core/Math-BigInt-1.82 + >=perl-core/Math-BigRat-0.18 + test? ( >=dev-perl/Test-Pod-Coverage-1.08 ) + dev-lang/perl" |