Require at least perl 5.6.0

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-10-24 17:30:57 +00:00
parent 10b39e1cfb
commit 6b5c068dfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120084

View file

@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN1= poepp.1
MAN3= POE::Devel::Profiler.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again"
.endif
.include <bsd.port.post.mk>