# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem        1.0
PortGroup         ruby 1.0

ruby.setup        rails 2.2.2 gem {} rubyforge_gem
categories-append www devel
maintainers       gmail.com:rcavanaugh
description       Ruby web-application framework for the MVC pattern.
long_description  Rails is a web-application framework for the MVC pattern \
                  that includes both a template engine, controller \
                  framework, and object-relational mapping package. \
                  Everything needed to develop web-apps that can run \
                  on CGI, FastCGI, and mod_ruby.
checksums           md5     c7dafb883fd28f10c9311189e15a1d5d \
                    sha1    f2c91f1a2397673e3c47d0c792268a2834b9bf66 \
                    rmd160  3777845890f4be88d31081f97fce0e41c8a25c23
platforms         darwin

depends_lib-append  port:rb-rake \
                    port:rb-activesupport \
                    port:rb-activerecord \
                    port:rb-actionpack \
                    port:rb-actionmailer \
                    port:rb-activeresource \
                    port:rb-sqlite3
