- Restrict to Perl 5.6+

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-09 19:18:31 +00:00
parent 3181cf2cce
commit 4d88fee067
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164923

View file

@ -23,4 +23,11 @@ PERL_CONFIGURE= yes
MAN3= XML::ApacheFOP.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>