Added: trunk/dports/ruby/rb19-rails/Portfile (0 => 68342)
--- trunk/dports/ruby/rb19-rails/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-rails/Portfile 2010-06-01 21:31:56 UTC (rev 68342)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup rails 2.3.8 gem {} rubygems ruby19
+license MIT
+categories-append www devel
+maintainers singingwolfboy openmaintainer
+homepage http://rubyonrails.org/
+master_sites http://www.rubygems.org/downloads/
+description Ruby web-application framework for the MVC pattern.
+long_description \
+ Rails is a web-application framework for the MVC pattern that includes \
+ 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 a3061ceadf8877d9cdfd2a6d80387ae7 \
+ sha1 892c97f91fdc5085d09d710cd2cec37d74ae815a \
+ rmd160 952c46deb56df72d3e8a3eff24bbc64eacf46597
+
+depends_run-append port:rb19-activeresource \
+ port:rb19-actionmailer \
+ port:rb19-actionpack \
+ port:rb19-activerecord \
+ port:rb19-activesupport
Property changes on: trunk/dports/ruby/rb19-rails/Portfile
___________________________________________________________________