aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers
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/p5-Attribute-Handlers
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/p5-Attribute-Handlers')
-rw-r--r--devel/p5-Attribute-Handlers/Makefile2
1 files changed, 1 insertions, 1 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>