diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 06:36:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 06:36:10 +0800 |
commit | 542618fccef0550aed4cd6851864a44215fb298f (patch) | |
tree | 403a7ba9a03127168c8f2a6f72fdc2ec12001c71 /devel/p5-Test-Class | |
parent | d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a (diff) | |
download | freebsd-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/Makefile | 4 |
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> |