1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

mail/ruby-rmail: mark broken with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-03 12:23:13 +00:00
parent 0049b0947d
commit b84bb74821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383110

View File

@ -29,4 +29,10 @@ post-install:
${CP} -R ${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>