Require perl 5.6 or later.

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-06-27 15:19:54 +00:00
parent 27206851e0
commit 0dad12a74b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112372

View file

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