diff options
Diffstat (limited to 'packages')
-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 |