# $Id: Portfile,v 1.2 2006/07/31 04:48:00 pguyot Exp $

PortSystem        1.0
PortGroup         ruby 1.0

ruby.setup        activerecord 1.14.3 gem {} rubyforge:11251

categories-append devel
maintainers       rcavanaugh@gmail.com

description       Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
long_description  Implements the ActiveRecord pattern (Fowler, PoEAA) for \
                  ORM. It ties database tables and classes together for \
                  business objects, like Customer or Subscription, that \
                  can find, save, and destroy themselves without resorting \
                  to manual SQL.
                  
checksums         md5 3ed720b9391e801808d17fb20a0e85d3 \
                  sha1 7e4a5914ac52f0d5e6dfc42271dfa5ce7a261afd \
                  rmd160 a1dc41a99944c888f24d06ce7b43bd0dd69ce274

depends_lib-append  port:rb-activesupport
