aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-04-20 07:37:29 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-04-20 07:37:29 +0000
commit46549cb384b69effe443d4565e458300144433e4 (patch)
tree5de8ab75c8c09c29fad4ae07a547f32d1fcc5598 /devel
parent958fa62395e73b88b2d24b774ebe122181d83096 (diff)
downloadports-46549cb384b69effe443d4565e458300144433e4.tar.gz
ports-46549cb384b69effe443d4565e458300144433e4.zip
IGNORE if perl less than 5.6.x
Pointed by: kris
Notes
Notes: svn path=/head/; revision=107668
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ExtUtils-Depends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile
index d9de70e79ebe..9510c353e620 100644
--- a/devel/p5-ExtUtils-Depends/Makefile
+++ b/devel/p5-ExtUtils-Depends/Makefile
@@ -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>