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:
parent
e048956208
commit
2c81008254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381423
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/cnv
|
||||
%%SITE_PERL%%/Math/BaseCnv.pm
|
||||
%%PERL5_MAN3%%/Math::BaseCnv.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user