diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-22 08:55:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-22 08:55:55 +0000 |
commit | 2443ea3b6a88c0ab02db6fb5ebd02baf5b84838a (patch) | |
tree | 929c1e4328a7015384a8d0a3092d6657ae8be86e /math/p5-Math-BigInt-GMP | |
parent | 3452415d89278ff0cc5dfdf83d2cd7849cab82e8 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-BigInt-GMP')
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 14 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 3b1f7d6278aa..80ca30540c6a 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.6004 -PORTREVISION= 1 +PORTVERSION= 1.6005 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +13,9 @@ COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:math/gmp +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= localbase perl5 @@ -22,11 +23,4 @@ USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502508 -BUILD_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt -RUN_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 31ef738feff6..afb695b034f2 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486383647 -SHA256 (Math-BigInt-GMP-1.6004.tar.gz) = 236229dd7d323f142d8b24b83d21061152432096be7aea026002b8dbbba733f2 -SIZE (Math-BigInt-GMP-1.6004.tar.gz) = 2440178 +TIMESTAMP = 1524262625 +SHA256 (Math-BigInt-GMP-1.6005.tar.gz) = 4c562ac3d41c871a65666bb111d3dcf17912364580f0db559dd4909ba5e6b828 +SIZE (Math-BigInt-GMP-1.6005.tar.gz) = 2454467 |