diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-10 21:21:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-10 21:21:29 +0800 |
commit | 3da938771247b928b409ccfeadf330e8726dda92 (patch) | |
tree | 86b3326f97f6c545c0ba87c4869805a08588428f | |
parent | b9f414f2647efa9f77f20d6b325e363cca83325d (diff) | |
download | freebsd-ports-gnome-3da938771247b928b409ccfeadf330e8726dda92.tar.gz freebsd-ports-gnome-3da938771247b928b409ccfeadf330e8726dda92.tar.zst freebsd-ports-gnome-3da938771247b928b409ccfeadf330e8726dda92.zip |
- Update to 1.37
- Pet portlint
Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 6635786f161e..11eb99cb4437 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp - -LICENSE_COMB= dual LICENSE= ART20 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Math::BigInt::GMP.3 diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 21cc06d58087..7b5ab23f9233 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-GMP-1.36.tar.gz) = 278115a882d0cb50fbbef36706d8fff44122de58f8e7d5f6dcebf00e2df1b449 -SIZE (Math-BigInt-GMP-1.36.tar.gz) = 53683 +SHA256 (Math-BigInt-GMP-1.37.tar.gz) = 3134f1aef29a78f2014866facf8a91bea0f09b0b41c9954388d5ff4428930fc2 +SIZE (Math-BigInt-GMP-1.37.tar.gz) = 54520 |