diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-04 20:34:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-04 20:34:13 +0800 |
commit | eb3fe9161d8f0150a628efe05686d7e95db7ec03 (patch) | |
tree | cf74b5ad459d1c7e12ef91d2bd04950e557b34f2 /math/p5-Math-BigInt-FastCalc/Makefile | |
parent | 4bed9561aa5ade794af6250aab382906e9bd2d90 (diff) | |
download | freebsd-ports-gnome-eb3fe9161d8f0150a628efe05686d7e95db7ec03.tar.gz freebsd-ports-gnome-eb3fe9161d8f0150a628efe05686d7e95db7ec03.tar.zst freebsd-ports-gnome-eb3fe9161d8f0150a628efe05686d7e95db7ec03.zip |
- Update to 0.38
Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
Diffstat (limited to 'math/p5-Math-BigInt-FastCalc/Makefile')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index b71b5abcb609..cd319e600a60 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |