diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-17 00:06:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-17 00:06:07 +0800 |
commit | c9bba29d242f817f615a4e372c07917c161ea06e (patch) | |
tree | 69571bd9d2046e9b5ff04e51e75427d8ec83fbcf /math/p5-Math-BaseCnv | |
parent | 448c57dac8e0f0aab5bbd85f1a97f6509e9894ec (diff) | |
download | freebsd-ports-gnome-c9bba29d242f817f615a4e372c07917c161ea06e.tar.gz freebsd-ports-gnome-c9bba29d242f817f615a4e372c07917c161ea06e.tar.zst freebsd-ports-gnome-c9bba29d242f817f615a4e372c07917c161ea06e.zip |
- Update to 1.8
- Add LICENSE
- Fix *_DEPENDS: Memoize is already in all supported Perl releases
Changes: http://search.cpan.org/dist/Math-BaseCnv/CHANGES
Diffstat (limited to 'math/p5-Math-BaseCnv')
-rw-r--r-- | math/p5-Math-BaseCnv/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-BaseCnv/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-BaseCnv/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile index 0a30cffd94b6..1938460551dd 100644 --- a/math/p5-Math-BaseCnv/Makefile +++ b/math/p5-Math-BaseCnv/Makefile @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= Math-BaseCnv -PORTVERSION= 1.4.75 -PORTREVISION= 2 +PORTVERSION= 1.8 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}O6Pbr +DISTNAME= ${PORTNAME}-${PORTVERSION}.B59BrZX MAINTAINER= perl@FreeBSD.org COMMENT= Fast functions to convert between number Bases -BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +LICENSE= GPLv3 + TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage diff --git a/math/p5-Math-BaseCnv/distinfo b/math/p5-Math-BaseCnv/distinfo index 8996e5484627..50ef42e9c464 100644 --- a/math/p5-Math-BaseCnv/distinfo +++ b/math/p5-Math-BaseCnv/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 9ed74d703371ea192ab036ce11859f654b7d626dd1869317af470c325374ccfe -SIZE (Math-BaseCnv-1.4.75O6Pbr.tgz) = 11698 +SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = 132dab154439bd60ee3302947e4707eacbcd04b61172ca7eae1e650644608243 +SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401 diff --git a/math/p5-Math-BaseCnv/pkg-plist b/math/p5-Math-BaseCnv/pkg-plist index 587d4e8ec125..12282d74e2bd 100644 --- a/math/p5-Math-BaseCnv/pkg-plist +++ b/math/p5-Math-BaseCnv/pkg-plist @@ -1,2 +1,3 @@ +bin/cnv %%SITE_PERL%%/Math/BaseCnv.pm %%PERL5_MAN3%%/Math::BaseCnv.3.gz |