aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libmath-bigint-gmp-perl_1.18.bb')
-rw-r--r--recipes/perl/libmath-bigint-gmp-perl_1.18.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
new file mode 100644
index 0000000000..6a0e91d00c
--- /dev/null
+++ b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "gmp-native"
+RDEPENDS += "gmp"
+PR = "r6"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"
+
+S = "${WORKDIR}/Math-BigInt-GMP-${PV}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto/Math/BigInt/GMP/* \
+ ${PERLLIBDIRS}/Math"