BROKEN with perl 5.8: Does not install

This commit is contained in:
Kris Kennaway 2004-02-09 02:41:35 +00:00
parent 1fcc14cc4b
commit 3ffd4af207
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100455

View File

@ -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>