# $Id: Portfile,v 1.1 2006/01/27 13:06:22 olegb Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{mysql mysql-ruby} 2.5.1 extconf.rb {README.html README_ja.html}
name			rb-mysql5
maintainers		blair@orcaware.com
description		Ruby API for the Mysql5 database
long_description	This is the Ruby library for accessing Mysql \
					databases from within Ruby.  It works with Mysql \
					5 and 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	port:mysql5

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