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-Class | |
parent | 894968f308a7bb91d4e33cf9fc283ff22c26dbda (diff) |
Notes
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> |