diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-03 22:52:49 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-03 22:52:49 +0000 |
commit | d7995248f71ef10316795d1ad1eed7eb363f8882 (patch) | |
tree | 60fda3bb34661ce76cfd88e106258be05bd5dfd9 /packages/perl/libmath-bigint-gmp-perl_1.18.bb | |
parent | 77a7473d3ec08ae33acca13a8068aa60561e5049 (diff) |
perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp
based, implementation of Math::BigInt.
Diffstat (limited to 'packages/perl/libmath-bigint-gmp-perl_1.18.bb')
-rw-r--r-- | packages/perl/libmath-bigint-gmp-perl_1.18.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libmath-bigint-gmp-perl_1.18.bb b/packages/perl/libmath-bigint-gmp-perl_1.18.bb new file mode 100644 index 0000000000..6d4754d2ae --- /dev/null +++ b/packages/perl/libmath-bigint-gmp-perl_1.18.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" +LICENSE = "Artistic|GPL" +DEPENDS += "gmp-native" +RDEPENDS += "gmp" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-1.18.tar.gz" + +S = "${WORKDIR}/Math-BigInt-GMP-${PV}" + +inherit cpan |