math/ruby-gsl: Mark broken with Ruby 2.0 or newer
With hat: ruby@
This commit is contained in:
parent
79d6017866
commit
a26d4156ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363223
1 changed files with 7 additions and 1 deletions
|
@ -46,4 +46,10 @@ post-install:
|
|||
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/
|
||||
|
||||
.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>
|
||||
|
|
Loading…
Reference in a new issue