# $Id: Portfile 67538 2010-05-12 07:09:10Z jmr@macports.org $

PortSystem        1.0
PortGroup         ruby 1.0

ruby.setup        rails 2.3.5 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     d09038cee224b1a51ae50eff772cd8f2 \
                    sha1    e341aba6d1be9ec89ffe924a960e2c56c073954c \
                    rmd160  6807ad6bbf04949e0f866ce05da0b321600572ea
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
