Portfile

# $Id: Portfile 20537 2006-11-05 11:12:45Z pguyot@kallisys.net $

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup rails 1.1.6 gem {} rubyforge:12322
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 dee64ab90efedbbe900944fac754d72d \
sha1 12fa0eae4d81cabb496f1b85706a380bc38b051c \
rmd160 f7460a881eeb8f8c2cbc6a31e99127d1cb867871

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