diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-28 10:34:33 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-28 10:34:33 +0800 |
commit | c0afc45acb9378989082cbff612fb95c69fcc013 (patch) | |
tree | 5bd7b6358dc84cacc0beda890d51e6623f2711b2 /math | |
parent | 717c691fbd1fd35a450d8a299083fa5db5a631a0 (diff) | |
download | freebsd-ports-gnome-c0afc45acb9378989082cbff612fb95c69fcc013.tar.gz freebsd-ports-gnome-c0afc45acb9378989082cbff612fb95c69fcc013.tar.zst freebsd-ports-gnome-c0afc45acb9378989082cbff612fb95c69fcc013.zip |
- Update to 1.96
- Remove MD5
PR: ports/152598
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout (tobez ; 31 days)
Changes: http://search.cpan.org/dist/Math-BigInt/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-BigInt/distinfo | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index d7ae05a2a459..80ad93cd6af6 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt -PORTVERSION= 1.89 +PORTVERSION= 1.96 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,10 @@ MAN3= Math::BigFloat.3 \ Math::BigInt::Calc.3 \ Math::BigInt::CalcEmu.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index 20974b3ed02b..61bcda4ae9eb 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,3 +1,2 @@ -MD5 (Math-BigInt-1.89.tar.gz) = 695d70be20c3cb1778961b88c6b4ac42 -SHA256 (Math-BigInt-1.89.tar.gz) = 1572705af130ef095bbce33336362ff28f29c765ef44ef5eca977cb9d86a3b76 -SIZE (Math-BigInt-1.89.tar.gz) = 200231 +SHA256 (Math-BigInt-1.96.tar.gz) = 3df5c169683054f1900d42051c4f4eadc745f66c692c6b085ddfddfb30100ea6 +SIZE (Math-BigInt-1.96.tar.gz) = 205507 |