- mark IGNORE when perl version < 5.6

PR:		ports/105236
Submitted by:	clsung
Approved by:	maintainer (Gea-Suan Lin)
This commit is contained in:
Cheng-Lung Sung 2006-11-08 01:51:12 +00:00
parent ab5b0ac179
commit 06aeb397a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176774

View File

@ -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>