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