aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-Object
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Set-Object')
-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>