1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

IGNORE if perl less than 5.6.x

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-04-20 07:37:29 +00:00
parent 958fa62395
commit 46549cb384
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107668

View File

@ -21,8 +21,8 @@ MAN3= ExtUtils::Depends.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BROKEN= "Does not compile with this version of perl"
.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>