- can't build on perl level < 5.6

PR:		ports/102067
Submitted by:	maintainer (Jin-Shan Tseng)
This commit is contained in:
Cheng-Lung Sung 2006-08-15 08:54:05 +00:00
parent e53c8bc6a1
commit 6adec6770e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170681

View file

@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Data::Float.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>