aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-Depends
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-11 13:04:20 +0800
committerkris <kris@FreeBSD.org>2004-04-11 13:04:20 +0800
commit9b54c99ffb7b8ff77d4a7377880ce679d879a384 (patch)
tree943c31c05f8e9bb170ac2d15c5058ee33ad46152 /devel/p5-ExtUtils-Depends
parent63e6211dc4e00fa9e73695a0c7757d9755165a0c (diff)
downloadfreebsd-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/Makefile8
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>