diff options
author | ashish <ashish@FreeBSD.org> | 2014-07-29 11:23:48 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-07-29 11:23:48 +0800 |
commit | 7ea807d485f4445c38b2489655ec8413f29e1929 (patch) | |
tree | d0eb396589db6b217aa62dfe787bb917632b7a05 /mail/Makefile | |
parent | 8fe451660052b2dcd0efa26fc91479360f6fc7a7 (diff) | |
download | freebsd-ports-gnome-7ea807d485f4445c38b2489655ec8413f29e1929.tar.gz freebsd-ports-gnome-7ea807d485f4445c38b2489655ec8413f29e1929.tar.zst freebsd-ports-gnome-7ea807d485f4445c38b2489655ec8413f29e1929.zip |
Email::Simple::FromHandle provides an Email::Simple object which uses a
filehandle as its source, so it does not need to hold the entire body in memory
until needed.
WWW: https://github.com/rjbs/Email-Simple-FromHandle
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 fa7dc8420261..d714209dc1d1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -341,6 +341,7 @@ SUBDIR += p5-Email-Sender-Transport-SMTP-TLS SUBDIR += p5-Email-Sender-Transport-SQLite SUBDIR += p5-Email-Simple + SUBDIR += p5-Email-Simple-FromHandle SUBDIR += p5-Email-Stuff SUBDIR += p5-Email-Valid SUBDIR += p5-Email-Valid-Loose |