diff options
author | kris <kris@FreeBSD.org> | 2004-04-11 13:04:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-11 13:04:20 +0800 |
commit | 9b54c99ffb7b8ff77d4a7377880ce679d879a384 (patch) | |
tree | 943c31c05f8e9bb170ac2d15c5058ee33ad46152 /devel/p5-ExtUtils-Depends | |
parent | 63e6211dc4e00fa9e73695a0c7757d9755165a0c (diff) | |
download | freebsd-ports-gnome-9b54c99ffb7b8ff77d4a7377880ce679d879a384.tar.gz freebsd-ports-gnome-9b54c99ffb7b8ff77d4a7377880ce679d879a384.tar.zst freebsd-ports-gnome-9b54c99ffb7b8ff77d4a7377880ce679d879a384.zip |
BROKEN with perl < 5.8: Does not compile
Diffstat (limited to 'devel/p5-ExtUtils-Depends')
-rw-r--r-- | devel/p5-ExtUtils-Depends/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index 38489857148b..d9de70e79ebe 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= ExtUtils::Depends.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BROKEN= "Does not compile with this version of perl" +.endif + +.include <bsd.port.post.mk> |