Add IGNORE if perl < 5.6.0

This commit is contained in:
Sergey Skvortsov 2004-03-26 14:10:56 +00:00
parent 6db91b3c94
commit 5a0220ff4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105326

View File

@ -22,6 +22,10 @@ MAN3= Devel::LeakTrace.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Perl 5.6 or newer required. Install lang/perl5.8 and try again."
.endif
.if ${PERL_LEVEL} < 500702
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif