mark ignore when perl < 5.6

PR:		70508
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Ying-Chieh Liao 2004-08-16 02:18:43 +00:00
parent 4a65105005
commit 2e83ebea4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116338

View file

@ -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>