mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 1.28
This commit is contained in:
parent
232b6264a2
commit
fd175cdc7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271036
2 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Perl-MinimumVersion
|
PORTNAME= Perl-MinimumVersion
|
||||||
PORTVERSION= 1.26
|
PORTVERSION= 1.28
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -16,7 +16,7 @@ COMMENT= Find a minimum required version of perl for Perl code
|
||||||
|
|
||||||
RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
|
RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||||
p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
|
p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
|
||||||
p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \
|
p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
|
||||||
p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
|
p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
|
||||||
p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
|
p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
|
||||||
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
||||||
|
@ -30,4 +30,8 @@ MAN3= Perl::MinimumVersion.3
|
||||||
post-patch:
|
post-patch:
|
||||||
@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
|
@${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
.if ${PERL_LEVEL} < 501001
|
||||||
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||||
|
.endif
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
MD5 (Perl-MinimumVersion-1.26.tar.gz) = faf35e902d98fdfeca35f298d1553a68
|
SHA256 (Perl-MinimumVersion-1.28.tar.gz) = d8241b777c657228e986ff5a57983896caa6014514700147a2da3d971574ddb5
|
||||||
SHA256 (Perl-MinimumVersion-1.26.tar.gz) = 1821d48ba7682892c15d0332cd382699db198e85d9930569a25ce1f32b26b1dd
|
SIZE (Perl-MinimumVersion-1.28.tar.gz) = 43520
|
||||||
SIZE (Perl-MinimumVersion-1.26.tar.gz) = 42279
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue