aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Roman
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:41:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:41:35 +0000
commit3ffd4af20743f2285856e88da79d8b1105bbf5e2 (patch)
tree81171bab7f4e84990455f673525b696048499236 /math/p5-Roman
parent1fcc14cc4bbbacdd41b099cc3a200c8d76de94f7 (diff)
downloadports-3ffd4af20743f2285856e88da79d8b1105bbf5e2.tar.gz
ports-3ffd4af20743f2285856e88da79d8b1105bbf5e2.zip
Notes
Diffstat (limited to 'math/p5-Roman')
-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>