diff options
author | skv <skv@FreeBSD.org> | 2004-04-20 15:37:29 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-04-20 15:37:29 +0800 |
commit | 3e17c44c804d15ed9a28f2a477ce22761bfaf31c (patch) | |
tree | 7bd92350e6b740d8b10031fb3763c21629055994 /devel | |
parent | d35bd737572b79d96cad28f43506ae7937e2a53d (diff) | |
download | freebsd-ports-gnome-3e17c44c804d15ed9a28f2a477ce22761bfaf31c.tar.gz freebsd-ports-gnome-3e17c44c804d15ed9a28f2a477ce22761bfaf31c.tar.zst freebsd-ports-gnome-3e17c44c804d15ed9a28f2a477ce22761bfaf31c.zip |
IGNORE if perl less than 5.6.x
Pointed by: kris
Diffstat (limited to 'devel')
-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> |