databases/ruby-mysql: mark broken with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-03 13:54:37 +00:00
parent 3e74a84730
commit d66b247666
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383124

View file

@ -36,4 +36,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README_ja.html ${STAGEDIR}${DOCSDIR}/ja/
${LN} -fs ../tommy.css ${STAGEDIR}${DOCSDIR}/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>