# $Id: Portfile 68330 2010-06-01 21:26:15Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          activerecord 2.3.8 gem {} rubygems ruby19
description         Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
long_description  \
    ${description} 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.
license             MIT
maintainers         singingwolfboy openmaintainer
homepage		    http://www.rubyonrails.org/
categories-append   databases
checksums           md5     16311c40a988bd9f8ffeb44799d9f488 \
                    sha1    3c51faccced0bd3a1bad86dee382092e888613b6 \
                    rmd160  1831618e803c102599cbf71d555a168317b2208c
                  
depends_run-append  port:rb19-activesupport
