diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-30 12:08:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-30 12:08:52 +0000 |
commit | fdf52093dcf374f15744d2d55da99f90dd41d7e1 (patch) | |
tree | 539ec067804d46ef8cd5bd0173f15a4bb03b6776 /mail/Makefile | |
parent | ac1cb23d593bc6d57ea00c06e0b86d556dd6550d (diff) |
RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to
parse, modify, and generate MIME mail messages.
PR: ports/153820
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268440
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 910d4345a924..b6f990eb9f06 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -609,6 +609,7 @@ SUBDIR += rubygem-mail SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony + SUBDIR += rubygem-rmail SUBDIR += rubygem-smtp_tls SUBDIR += rubygem-tmail SUBDIR += rubygem-vmail |