diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-08 05:34:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-08 05:34:53 +0800 |
commit | 8cbb22a1faae538e37a93ee2fc7a120688e8a7ec (patch) | |
tree | 165873dde862565805b597a76700bf86e2a7b8ac /databases/Makefile | |
parent | 28783db5e41bdb5cdb1687141d250dc5ca74f9d9 (diff) | |
download | freebsd-ports-gnome-8cbb22a1faae538e37a93ee2fc7a120688e8a7ec.tar.gz freebsd-ports-gnome-8cbb22a1faae538e37a93ee2fc7a120688e8a7ec.tar.zst freebsd-ports-gnome-8cbb22a1faae538e37a93ee2fc7a120688e8a7ec.zip |
This is a MySQL JDBC driver gem for JRuby. Use
require 'jdbc/mysql'
to make the driver accessible to JDBC and ActiveRecord code running in JRuby.
WWW: http://rubyforge.org/projects/jruby-extras/
PR: ports/126325
Submitted by: Alexander Logvinov <ports at logvinov,com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 83939392c820..80516af446ed 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -555,6 +555,7 @@ SUBDIR += ruby-sqlite SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord-jdbc-adapter + SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-memcache-client SUBDIR += rubygem-postgres SUBDIR += rubygem-rrdtool |