aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-07-28 18:40:53 +0000
committerSteve Wills <swills@FreeBSD.org>2014-07-28 18:40:53 +0000
commita26d4156ac6014ac8c112039e41d77688711ab82 (patch)
tree5e63548063700583f88f80b4894dc457b9b34db4 /math
parent79d6017866067064ba712bf6b913b59695d44a06 (diff)
downloadports-a26d4156ac6014ac8c112039e41d77688711ab82.tar.gz
ports-a26d4156ac6014ac8c112039e41d77688711ab82.zip
math/ruby-gsl: Mark broken with Ruby 2.0 or newer
With hat: ruby@
Notes
Notes: svn path=/head/; revision=363223
Diffstat (limited to 'math')
-rw-r--r--math/ruby-gsl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index cd06dece8004..74f45b663544 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -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>