- Require perl 5.6+

Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
This commit is contained in:
Andrew Pantyukhin 2006-05-21 21:43:27 +00:00
parent f31958bec8
commit 2ced4ae60e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163005

View File

@ -23,4 +23,10 @@ MAN3= Template::Provider::Encoding.3 \
Template::Stash::ForceUTF8.3 \
Template::Plugin::encoding.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>