1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-16 16:06:07 +00:00
parent e048956208
commit 2c81008254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381423
3 changed files with 7 additions and 7 deletions

View File

@ -2,18 +2,17 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Math-BaseCnv PORTNAME= Math-BaseCnv
PORTVERSION= 1.4.75 PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= math perl5 CATEGORIES= math perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}O6Pbr DISTNAME= ${PORTNAME}-${PORTVERSION}.B59BrZX
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Fast functions to convert between number Bases COMMENT= Fast functions to convert between number Bases
BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize LICENSE= GPLv3
RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage

View File

@ -1,2 +1,2 @@
SHA256 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 9ed74d703371ea192ab036ce11859f654b7d626dd1869317af470c325374ccfe SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = 132dab154439bd60ee3302947e4707eacbcd04b61172ca7eae1e650644608243
SIZE (Math-BaseCnv-1.4.75O6Pbr.tgz) = 11698 SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401

View File

@ -1,2 +1,3 @@
bin/cnv
%%SITE_PERL%%/Math/BaseCnv.pm %%SITE_PERL%%/Math/BaseCnv.pm
%%PERL5_MAN3%%/Math::BaseCnv.3.gz %%PERL5_MAN3%%/Math::BaseCnv.3.gz