- mark IGNORE when perl version < 5.6
PR: ports/105236 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin)
This commit is contained in:
parent
ab5b0ac179
commit
06aeb397a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176774
@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Scalar::Defer.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user