1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Mark broken with Ruby 2.0 or newer

With hat:	ruby@
This commit is contained in:
Steve Wills 2014-07-28 18:53:36 +00:00
parent 4e441aef5f
commit 8b9e82274a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363227

View File

@ -35,4 +35,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.0
BROKEN= Does not build with Ruby 2.0 or newer
.endif
.include <bsd.port.post.mk>