Require at least perl 5.6.0
Pointed by: kris
This commit is contained in:
parent
10b39e1cfb
commit
6b5c068dfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120084
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue