diff options
Diffstat (limited to 'devel/p5-ExtUtils-Depends')
-rw-r--r-- | devel/p5-ExtUtils-Depends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index d9de70e79ebe..9510c353e620 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -21,8 +21,8 @@ MAN3= ExtUtils::Depends.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -BROKEN= "Does not compile with this version of perl" +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." .endif .include <bsd.port.post.mk> |