Require Perl 5.8 or higher.

Noticed by:	pointyhat
This commit is contained in:
Akinori MUSHA 2006-09-01 14:02:46 +00:00
parent 1783cd17e4
commit 33553ffd01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171807

View File

@ -22,4 +22,8 @@ MAN3= Unicode::Japanese.3 Unicode::Japanese::JA.3
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.if ${PERL_LEVEL} < 500800
IGNORE= needs perl 5.8.0 or higher, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>