aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Roman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Roman/Makefile')
-rw-r--r--math/p5-Roman/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile
index 3319e0b8b830..b53493f9a28e 100644
--- a/math/p5-Roman/Makefile
+++ b/math/p5-Roman/Makefile
@@ -19,7 +19,13 @@ NO_BUILD= yes
PLIST_FILES= %%SITE_PERL%%/Roman.pm
USE_PERL5_RUN= yes
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Does not install"
+.endif
+
do-install:
${CP} ${WRKSRC}/Roman.pm ${SITE_PERL}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>