summaryrefslogtreecommitdiff
path: root/math
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
parentBROKEN on 5.x: does not compile (diff)
BROKEN with perl 5.8: Does not install
Notes
Notes: svn path=/head/; revision=100455
Diffstat (limited to 'math')
-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>