1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Use BROKEN_RUBY21 and BROKEN_RUBY22

With hat:	ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-09-03 16:24:11 +00:00
parent c5e6d776b0
commit 52b8e56820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395998

View File

@ -16,6 +16,9 @@ LICENSE= GPLv2
RUN_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex
BROKEN_RUBY21= yes
BROKEN_RUBY22= yes
USES= perl5
USE_AUTOTOOLS= aclocal:env automake:env autoconf:env
USE_RUBY= yes
@ -58,10 +61,4 @@ x-generate-plist:
${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new
${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},@dirrm %%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.1
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>