1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

www/ruby-google: mark broken with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-03 12:26:42 +00:00
parent b84bb74821
commit 021550330e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383111

View File

@ -31,4 +31,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>