diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:11:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-19 17:11:06 +0000 |
commit | 8b6777c7ac330004a93545bf3dbe77684c17a7dd (patch) | |
tree | b9c223c27e0b8e16f4104e3297c1e78cb41998c4 /math/p5-Math-GMP | |
parent | bdd685577da5164d4abdb4723b91f32bffc91b4d (diff) |
Notes
Diffstat (limited to 'math/p5-Math-GMP')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index d234ff01aa29..2d4e13e9a061 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMP -PORTVERSION= 2.11 +PORTVERSION= 2.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,15 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides an interface to the GMP library -LICENSE= LGPL20 LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL20+ BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib LIB_DEPENDS= libgmp.so:math/gmp -CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" -USES= perl5 USE_PERL5= configure +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index e7bf7ca2b05f..b8fc8084e3fb 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-GMP-2.11.tar.gz) = 4d535c110bf443638fc2f83da7cb120ea5da91cbf9e3e476584b02c81ac82cda -SIZE (Math-GMP-2.11.tar.gz) = 31178 +TIMESTAMP = 1479554344 +SHA256 (Math-GMP-2.13.tar.gz) = d44b782b41ca275991b057a778fb102a8e0c10d882ab4832028701995df0429c +SIZE (Math-GMP-2.13.tar.gz) = 32642 |