mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.10. Require perl 5.8.X (thanks to gabor, this part
is much cleaner now than it used to be). Changes: http://search.cpan.org/src/JJORE/B-Generate-1.10/Changes
This commit is contained in:
parent
7848baee1d
commit
451229404b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199709
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= B-Generate
|
||||
PORTVERSION= 1.06
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= B
|
||||
@ -16,6 +16,8 @@ MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Create your own Perl op trees
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USE_PERL5= 5.8.0+
|
||||
USE_PERL5_REASON= fails tests with perl 5.6.X
|
||||
|
||||
MAN3= B::Generate.3
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (B-Generate-1.06.tar.gz) = e1a52ef58619accf0c9a0a55a71dd897
|
||||
SHA256 (B-Generate-1.06.tar.gz) = 073b3f01438297b65a356e594e90dc8dbf05cc04bf98ffd3bd979d330624b81d
|
||||
SIZE (B-Generate-1.06.tar.gz) = 12379
|
||||
MD5 (B-Generate-1.10.tar.gz) = d71934992a96ba243796cf41d686ef10
|
||||
SHA256 (B-Generate-1.10.tar.gz) = 2a399c6914df4c883eb70cdf06f2b0041a86adfdc5293efdb7f82a17ab399016
|
||||
SIZE (B-Generate-1.10.tar.gz) = 21164
|
||||
|
Loading…
Reference in New Issue
Block a user