Revision: 68337 http://trac.macports.org/changeset/68337 Author: singingwolfboy@macports.org Date: 2010-06-01 14:29:43 -0700 (Tue, 01 Jun 2010) Log Message: ----------- New port: rb19-mail Added Paths: ----------- trunk/dports/ruby/rb19-mail/ trunk/dports/ruby/rb19-mail/Portfile Added: trunk/dports/ruby/rb19-mail/Portfile =================================================================== --- trunk/dports/ruby/rb19-mail/Portfile (rev 0) +++ trunk/dports/ruby/rb19-mail/Portfile 2010-06-01 21:29:43 UTC (rev 68337) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup mail 2.2.1 gem {} rubygems ruby19 +description A Really Ruby Mail Library +long_description \ + Mail is an internet library for Ruby that is designed to handle emails \ + generation, parsing and sending in a simple, rubyesque manner. The purpose \ + of this library is to provide a single point of access to handle all email \ + functions, including sending and receiving emails. All network type \ + actions are done through proxy methods to Net::SMTP, Net::POP3 etc. +license MIT +maintainers singingwolfboy openmaintainer +homepage http://github.com/mikel/mail +categories-append mail +checksums md5 63f313dd4fc2a1125de316428c02eb5f \ + sha1 a37e5ba93d678bf3a676cad99d1b71caada5d7d0 \ + rmd160 64690148fdb9e5f8227ed35610922a4860e37082 + +depends_run-append port:rb19-treetop \ + port:rb19-mime-types \ + port:rb19-activesupport \ No newline at end of file Property changes on: trunk/dports/ruby/rb19-mail/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
singingwolfboy@macports.org