textproc/ruby-rss.alt: mark broken with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-03 13:21:20 +00:00
parent 0ff05d75c8
commit f62a31c009
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383118

View file

@ -30,4 +30,10 @@ post-install:
${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>