nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libmath-bigint-gmp-perl_1.18.bb
blob6a0e91d00c3a9add037f2730c97a4d9bdd7cfe6a
1 DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "gmp-native"
5 RDEPENDS += "gmp"
6 PR = "r6"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"
10 S = "${WORKDIR}/Math-BigInt-GMP-${PV}"
12 inherit cpan
14 FILES_${PN} = "${PERLLIBDIRS}/auto/Math/BigInt/GMP/* \
15 ${PERLLIBDIRS}/Math"