diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:35 +0800 |
commit | ce926d42c1fa17bdd85aff9a5d13142d9a7f617f (patch) | |
tree | ad1037a6191caaff3e16a2aba0fab547e49bd8f6 /math | |
parent | 1a4f1e47c84566cdee986f3a2710fe459a73e514 (diff) | |
download | freebsd-ports-gnome-ce926d42c1fa17bdd85aff9a5d13142d9a7f617f.tar.gz freebsd-ports-gnome-ce926d42c1fa17bdd85aff9a5d13142d9a7f617f.tar.zst freebsd-ports-gnome-ce926d42c1fa17bdd85aff9a5d13142d9a7f617f.zip |
- Update to 1.25
- Add LICENSE
Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 971b7c31bdaa..de111a5a417d 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Math::Pari for Math::BigInt routines -BUILD_DEPENDS= p5-Math-BigInt>=1.999709:${PORTSDIR}/math/p5-Math-BigInt \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-BigInt>=1.999714:${PORTSDIR}/math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index 4d3752e16683..776d6fcb4174 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-Pari-1.23.tar.gz) = 3394d4497ef87ea6f47f3155ec1cd2cb353984f0c5fa79954b6980b0b0a73229 -SIZE (Math-BigInt-Pari-1.23.tar.gz) = 59660 +SHA256 (Math-BigInt-Pari-1.25.tar.gz) = ca0d82a915b7847b88fa4ddc94ee3464ebd565c8fdc9c9f47fa5feabbacc9360 +SIZE (Math-BigInt-Pari-1.25.tar.gz) = 61119 |