Require perl 5.6 or later.
Pointed by: kris
This commit is contained in:
parent
27206851e0
commit
0dad12a74b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112372
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue