Ticket #6968: Portfile

File Portfile, 519 bytes (added by rcavanaugh@…, 18 years ago)

ATTACHMENT: rb-actionmailer-1.1.5

Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         ruby 1.0
5ruby.setup        actionmailer 1.1.5 gem {} rubyforge:7647
6categories-append devel
7maintainers       rcavanaugh@gmail.com
8description       Simplifies the creation of mail service classes.
9long_description  Simplifies the creation of mail service classes \
10                  that uses Action View (from Action Pack) to render \
11                  the body templates.
12checksums         md5 49ae9a11a0c4eac6ff3f9762f8bd47f8
13
14depends_lib-append  port:rb-actionpack