PortSystem        1.0
PortGroup         ruby 1.0

ruby.setup        activerecord 2.2.2 gem {} rubygems

categories-append devel
maintainers       nomaintainer

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     c0856ff382bd0527ceb7b462730fa9f2 \
                    sha1    d0874b767d91a644502ece68e36e8b3ba657625b \
                    rmd160  92bbc542062f0a1228600e2e1482aea65f9ce135
platforms         any
supported_archs   noarch

depends_lib-append  port:rb-activesupport
