Update to 2.026000
Changes: https://metacpan.org/changes/distribution/MetaCPAN-Client
This commit is contained in:
parent
4082eeeac0
commit
ee19660b19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495816
2 changed files with 14 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MetaCPAN-Client
|
||||
PORTVERSION= 2.025000
|
||||
PORTVERSION= 2.026000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MICKEY
|
||||
|
@ -28,11 +28,16 @@ TEST_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
|||
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
||||
p5-Test-Needs>=0.002005:devel/p5-Test-Needs
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/use ExtUtils::MakeMaker/ s| 7.1101||' ${WRKSRC}/Makefile.PL
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502600
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
|
||||
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1524750393
|
||||
SHA256 (MetaCPAN-Client-2.025000.tar.gz) = 76db04c698735824e15297ed758d9bb27b01a78e01e42eddac691a601926d2de
|
||||
SIZE (MetaCPAN-Client-2.025000.tar.gz) = 52735
|
||||
TIMESTAMP = 1552638906
|
||||
SHA256 (MetaCPAN-Client-2.026000.tar.gz) = ee711619d59655dac1bd2e4b894ffeb3171bd73b1ed38ba4b7b07d3690f94465
|
||||
SIZE (MetaCPAN-Client-2.026000.tar.gz) = 53003
|
||||
|
|
Loading…
Reference in a new issue