diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 22:36:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 22:36:10 +0000 |
commit | 18008c147756a72daf378451d1cddcb82d725e9f (patch) | |
tree | ccbd5be354337ff030bd86f4c6d446de6e6803a1 /devel/p5-Test-Exception | |
parent | 894968f308a7bb91d4e33cf9fc283ff22c26dbda (diff) |
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-Test-Exception')
-rw-r--r-- | devel/p5-Test-Exception/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |