# $Id: Portfile,v 1.3 2006/01/08 19:42:48 jberry Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{sqlite3 sqlite3-ruby} 1.1.0 setup.rb \
				{README LICENSE ChangeLog api doc} \
				rubyforge:3089
maintainers		darwinports@opendarwin.org
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 83c6c16dc40a282931edfd0525d3aaf3
platforms		darwin

depends_lib-append	lib:libsqlite3:sqlite3

