# $Id: Portfile 105202 2013-04-13 03:12:08Z jmr@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		kansas 0.2 basic_install.rb {README tests} rubyforge:1197
revision		1
maintainers		nomaintainer
description		    Kansas is an Object-Relational mapping layer.
long_description	Kansas is an Object-Relational mapping layer. It takes a \
                    relational schema, accessible via DBI and converts it to \
                    a set of Ruby classes. It is simple, lighweight, and easy \
                    to use -- perfect for most cases.
categories-append   databases
license				Ruby
distname            ${ruby.filename}_${version}
checksums		    md5 247ed7f6cdd9e060cf07d55ebb57f81e
homepage            http://enigo.com/projects/kansas/index.html
configure           {
                        reinplace "s;sitedir;vendorlibdir;g" ${worksrcpath}/install.rb
                    }
depends_lib-append  port:rb-dbi
platforms		    darwin
