# $Id: Portfile 44999 2009-01-06 06:45:46Z pguyot@kallisys.net $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{sqlite3 sqlite3-ruby} 1.2.4 setup.rb \
				{README.rdoc LICENSE CHANGELOG.rdoc api doc} \
				rubyforge:42055
maintainers		nomaintainer
description		Interface to the SQLite3 DB engine from Ruby
long_description	This module allows Ruby programs to interface with \
					the SQLite3 database engine (http://www.sqlite.org). \
					You must have the SQLite engine installed in order \
					to build this module. \
					Note that this module is NOT compatible with SQLite 2.x.
categories-append	databases
use_bzip2		yes
checksums           md5     fe75fa99dd9a2b5a2f84ab484e7f6469 \
                    sha1    1ff66fc2fc3e40af9e21f81377eb343fe19619b1 \
                    rmd160  5757d7ce79cb39a21c62daa19e8725a037bbd4c1
platforms		darwin

depends_lib-append	port:sqlite3

