Added: trunk/dports/ruby/rb19-activeresource/Portfile (0 => 68331)
--- trunk/dports/ruby/rb19-activeresource/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-activeresource/Portfile 2010-06-01 21:26:57 UTC (rev 68331)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup activeresource 2.3.8 gem {} rubygems ruby19
+description Object-oriented REST services
+long_description \
+ Wraps web resources in model classes that can be manipulated through \
+ XML over REST.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://rubyonrails.org/
+checksums md5 7318e7652bd17433e4fec17fe9a201b7 \
+ sha1 16305f2538c13b0161344b0bfb6baac3246e1cd5 \
+ rmd160 bf503524fd9477aeb34cd2f5c4860b6a9508ceee
+
+depends_run-append port:rb19-activesupport
Property changes on: trunk/dports/ruby/rb19-activeresource/Portfile
___________________________________________________________________