Added: trunk/dports/ruby/rb19-activerecord/Portfile (0 => 68330)
--- trunk/dports/ruby/rb19-activerecord/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activerecord/Portfile 2010-06-01 21:26:15 UTC (rev 68330)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activerecord 2.3.8 gem {} rubygems ruby19
+description Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
+long_description \
+ ${description} It ties database tables and classes together for business \
+ objects, like Customer or Subscription, that can find, save, and destroy \
+ themselves without resorting to manual SQL.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+categories-append databases
+checksums md5 16311c40a988bd9f8ffeb44799d9f488 \
+ sha1 3c51faccced0bd3a1bad86dee382092e888613b6 \
+ rmd160 1831618e803c102599cbf71d555a168317b2208c
+
+depends_run-append port:rb19-activesupport
Property changes on: trunk/dports/ruby/rb19-activerecord/Portfile
___________________________________________________________________