PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          activerecord 3.0.5 gem {} rubygems ruby19
description         Ruby ORM
long_description  \
    Active Record connects classes to relational database tables to establish \
    an almost zero-configuration persistence layer for applications. The \
    library provides a base class that, when subclassed, sets up a mapping \
    between the new class and an existing table in the database. In context \
    of an application, these classes are commonly referred to as models. \
    Models can also be connected to other models\; this is done by defining \
    associations.
license             MIT
platforms           any
supported_archs     noarch
maintainers         nomaintainer
homepage		    http://www.rubyonrails.org/
categories-append   databases
checksums           md5     c54d3895d262b6c84df1f0aaaf80c6bd \
                    sha1    33dd05d7362931564f6f15ea7130cc27a5fc09e8 \
                    rmd160  0f04f25e878771945af659588a0900e7c1767c5a
                  
depends_run-append  \
    port:rb19-tzinfo \
    port:rb19-arel \
    port:rb19-activemodel \
    port:rb19-activesupport
