mark ignore when perl < 5.6
PR: 70508 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
4a65105005
commit
2e83ebea4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116338
1 changed files with 7 additions and 1 deletions
|
@ -22,4 +22,10 @@ CONFIGURE_ARGS+= --tclsh tclsh8.4
|
|||
|
||||
MAN3= Tcl.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue