# $Id: Portfile,v 1.1 2006/07/31 05:38:06 pguyot Exp $

PortSystem        1.0
PortGroup         ruby 1.0
ruby.setup        rails 1.1.4 gem {} rubyforge:11337
categories-append www devel
maintainers       rcavanaugh@gmail.com
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 caa7223d8bb20b048d48cf6fe4ad60ff \
                  sha1 230b83ca13ae35399070ffb4d871295b51168fea \
                  rmd160 8e5e679d2c18b17e491028cbf1a112829f8ffe92

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