aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Class
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-13 06:36:10 +0800
committeredwin <edwin@FreeBSD.org>2003-02-13 06:36:10 +0800
commit542618fccef0550aed4cd6851864a44215fb298f (patch)
tree403a7ba9a03127168c8f2a6f72fdc2ec12001c71 /devel/p5-Test-Class
parentd140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a (diff)
downloadfreebsd-ports-gnome-542618fccef0550aed4cd6851864a44215fb298f.tar.gz
freebsd-ports-gnome-542618fccef0550aed4cd6851864a44215fb298f.tar.zst
freebsd-ports-gnome-542618fccef0550aed4cd6851864a44215fb298f.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>
Diffstat (limited to 'devel/p5-Test-Class')
-rw-r--r--devel/p5-Test-Class/Makefile4
1 files changed, 2 insertions, 2 deletions
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>