PortSystem		1.0
PortGroup		ruby 1.0

revision		1

ruby.setup		{mysql mysql-ruby} 2.7.5 extconf.rb {README.html README_ja.html}

maintainers		freebsd.org:roberto

description		Ruby API for the Mysql database
long_description	This is the Ruby library for accessing Mysql \
				databases from within Ruby.  It works with Mysql 5.
categories-append	databases
homepage		http://www.tmtm.org/mysql/ruby/
master_sites		http://tmtm.org/downloads/mysql/ruby/
checksums		md5 4e42869196aa84ca17e70ab2287f8830
platforms		darwin

depends_lib		path:bin/mysql_config5:mysql5
depends_build		port:ruby
configure.args		--with-mysql-config=${prefix}/bin/mysql_config5
