aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 22:36:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 22:36:10 +0000
commit18008c147756a72daf378451d1cddcb82d725e9f (patch)
treeccbd5be354337ff030bd86f4c6d446de6e6803a1 /devel
parent894968f308a7bb91d4e33cf9fc283ff22c26dbda (diff)
downloadports-18008c147756a72daf378451d1cddcb82d725e9f.tar.gz
ports-18008c147756a72daf378451d1cddcb82d725e9f.zip
make ports IGNORE instead of BROKEN for perl < 5.6
bento should not build these ports either, so mark IGNORE instead of BROKEN when perl < 5.6 PR: ports/48207 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=75394
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Attribute-Handlers/Makefile2
-rw-r--r--devel/p5-Sub-Uplevel/Makefile2
-rw-r--r--devel/p5-Test-Class/Makefile4
-rw-r--r--devel/p5-Test-Exception/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Attribute-Handlers/Makefile b/devel/p5-Attribute-Handlers/Makefile
index 83ec00dbd2a9..65fa967c3aa3 100644
--- a/devel/p5-Attribute-Handlers/Makefile
+++ b/devel/p5-Attribute-Handlers/Makefile
@@ -25,7 +25,7 @@ MAN3= Attribute::Handlers.3
## this port requires PERL 5.6.x or later
##
.if ${PERL_LEVEL} < 500600
-BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Sub-Uplevel/Makefile b/devel/p5-Sub-Uplevel/Makefile
index 7722c1701cc7..b604b230bf8f 100644
--- a/devel/p5-Sub-Uplevel/Makefile
+++ b/devel/p5-Sub-Uplevel/Makefile
@@ -25,7 +25,7 @@ MAN3= Sub::Uplevel.3
## this port requires PERL 5.6.x or later
##
.if ${PERL_LEVEL} < 500600
-BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile
index d09268656d69..e2750984656a 100644
--- a/devel/p5-Test-Class/Makefile
+++ b/devel/p5-Test-Class/Makefile
@@ -33,8 +33,8 @@ MAN3= Test::Class.3
##
## this port requires PERL 5.6.x or later
##
-.if ${PERL_LEVEL} < 500600
-BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.if ${PERL_LEVEL} < 500601
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile
index cc7d515563a5..7534309d2b50 100644
--- a/devel/p5-Test-Exception/Makefile
+++ b/devel/p5-Test-Exception/Makefile
@@ -31,7 +31,7 @@ MAN3= Test::Exception.3
## requires PERL 5.6.x or later
##
.if ${PERL_LEVEL} < 500600
-BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>