# $Id: Portfile,v 1.4 2005/01/25 22:00:36 rshaw Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{mysql mysql-ruby} 2.5.1 extconf.rb {README.html README_ja.html}
revision		1
maintainers		roberto@freebsd.org
description		Ruby API for the Mysql4 database
long_description	This is the Ruby library for accessing Mysql \
					databases from within Ruby.  It works with Mysql \
					4\; probably works with 3.23 or \
					earlier with slight modification, but not tested at all.
categories-append	databases
homepage		http://www.tmtm.org/mysql/ruby/
master_sites	${homepage}
checksums		md5 9c7026eb38ec8252de8bc89c5f263208
platforms		darwin

depends_lib-append		lib:libmysqlclient.12:mysql4

configure.args-append	--with-mysql-include=${prefix}/include/mysql \
						--with-mysql-lib=${prefix}/lib/mysql

