1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | ruby.setup rails 1.0.0 gem {} rubyforge:7653 |
---|
6 | categories-append www |
---|
7 | categories-append devel |
---|
8 | maintainers rcavanaugh@gmail.com |
---|
9 | description Ruby web-application framework for the MVC pattern. |
---|
10 | long_description Rails is a web-application framework for the MVC pattern \ |
---|
11 | that includes both a template engine, controller \ |
---|
12 | framework, and object-relational mapping package. \ |
---|
13 | Everything needed to develop web-apps that can run \ |
---|
14 | on CGI, FastCGI, and mod_ruby. |
---|
15 | checksums md5 96ff0bc95c6d25f560b63652bb70cbb2 |
---|
16 | |
---|
17 | depends_lib-append port:rb-rake |
---|
18 | depends_lib-append port:rb-activesupport |
---|
19 | depends_lib-append port:rb-actionpack |
---|
20 | depends_lib-append port:rb-actionwebservice |
---|
21 | depends_lib-append port:rb-actionmailer |
---|
22 | depends_lib-append port:rb-activerecord |
---|