# $Id: Portfile 77109 2011-03-20 14:29:23Z singingwolfboy@macports.org $

PortSystem		    1.0
PortGroup		    ruby 1.0

ruby.setup          mail 2.2.15 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
platforms           darwin
checksums           md5     78a5a0d2a6b25f6e6e100d42eacd48fc \
                    sha1    95b3f05773697ea97b211903c474192483ae8a98 \
                    rmd160  723cfe5c44f418e4d3755d84e4b9cf0981ee790c

depends_run-append  port:rb19-treetop \
                    port:rb19-mime-types \
                    port:rb19-i18n \
                    port:rb19-activesupport
