# $Id: Portfile,v 1.1 2006/07/31 05:17:56 pguyot Exp $

PortSystem        1.0
PortGroup         ruby 1.0
ruby.setup        actionmailer 1.2.3 gem {} rubyforge:11331
categories-append devel
maintainers       rcavanaugh@gmail.com
description       Simplifies the creation of mail service classes.
long_description  Simplifies the creation of mail service classes \
                  that uses Action View (from Action Pack) to render \
                  the body templates.
checksums         md5 3172c46cbf664433168e822d3ae4da63 \
                  sha1 9f1c5dfa31f0b5112b40042a57067ead69ac3289 \
                  rmd160 ecf8ab059b59e59f064d92e84038d259fba35fa2

depends_lib-append  port:rb-actionpack
