aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libmath-bigint-gmp-perl_1.18.bb
blob: 6d4754d2ae707e34a2b341b07e88c53a5d6ffbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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