aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Include
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Include')
-rw-r--r--devel/p5-Include/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile
index b56be7598b80..71a18a8a5283 100644
--- a/devel/p5-Include/Makefile
+++ b/devel/p5-Include/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
MAN3= Include.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} > 500800
+BROKEN= Does not install
+.endif
+
+.include <bsd.port.post.mk>