aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 20:29:55 +0800
committerkris <kris@FreeBSD.org>2004-03-18 20:29:55 +0800
commita29df1dde0d024b6ba21b4f34657a12e1b38aa00 (patch)
tree4d36a2fca4468d4d30fbabdba627af605506a11b /devel
parent6dc954bf7f5bffe831ebfcf7b20a7be114a88608 (diff)
downloadfreebsd-ports-gnome-a29df1dde0d024b6ba21b4f34657a12e1b38aa00.tar.gz
freebsd-ports-gnome-a29df1dde0d024b6ba21b4f34657a12e1b38aa00.tar.zst
freebsd-ports-gnome-a29df1dde0d024b6ba21b4f34657a12e1b38aa00.zip
BROKEN with perl 5.00503: Does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Set-Object/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile
index 6c6d780bc4d5..20192d5b7cb8 100644
--- a/devel/p5-Set-Object/Makefile
+++ b/devel/p5-Set-Object/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Set::Object.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} <= 500503
+BROKEN= "Does not compile with this version of perl"
+.endif
+
+.include <bsd.port.post.mk>