Added: trunk/dports/ruby/rb19-actionmailer/Portfile (0 => 68328)
--- trunk/dports/ruby/rb19-actionmailer/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile 2010-06-01 21:24:47 UTC (rev 68328)
@@ -0,0 +1,17 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup actionmailer 2.3.8 gem {} rubygems ruby19
+description Email handler library
+long_description \
+ Makes it trivial to test and deliver emails sent from a single service layer.
+license GPL
+maintainers singingwolfboy openmaintainer
+homepage http://www.rubyonrails.org/
+checksums md5 6e4d123b144ae091be91ac761bf6087f \
+ sha1 09c31568ad52ee510ae997d491988d4a77821714 \
+ rmd160 4c6d15c93a8c34d50b4a60933e183a56de083e57
+
+depends_run-append port:rb19-actionpack
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-actionmailer/Portfile
___________________________________________________________________