aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:41 +0000
commitc4ad7d142e23c0dc601b098ee8c07608bc2971b7 (patch)
tree4325004d8e6aef137ea34cd36f9b7d343a22368f /databases
parentc9368d48f9f140c75da69ee9b83cf459c5e6314f (diff)
downloadports-c4ad7d142e23c0dc601b098ee8c07608bc2971b7.tar.gz
ports-c4ad7d142e23c0dc601b098ee8c07608bc2971b7.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-mysql/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index bd300788d909..8a3840106f41 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -13,6 +13,11 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby module for accessing MySQL databases with a C API like interface
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+
+BROKEN_RUBY22= yes
+
OPTIONS_DEFINE= DOCS
USE_MYSQL= yes
@@ -36,10 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README_ja.html ${STAGEDIR}${DOCSDIR}/ja/
${LN} -fs ../tommy.css ${STAGEDIR}${DOCSDIR}/ja/
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.2
-BROKEN= Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>