aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2013-11-26 23:56:58 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2013-11-26 23:56:58 +0000
commit4a4584b16c3d447900cecd4de341fb7f5845e0f8 (patch)
tree7d95050bc2fb01de5425df2dc0ff327da730d59f /mail/Makefile
parentdd02f66f10a7703c329c1054d1cd3d66e0318daf (diff)
downloadports-4a4584b16c3d447900cecd4de341fb7f5845e0f8.tar.gz
ports-4a4584b16c3d447900cecd4de341fb7f5845e0f8.zip
Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed
with Resent- (eg Resent-From) headers. Mentioned headers are structured and contain lists of addresses. Most of the time you want to parse such field from start to end keeping everything even if it's an invalid input. WWW: http://search.cpan.org/dist/Email-Address-List/
Notes
Notes: svn path=/head/; revision=334981
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index f52bc4a90bbf..ee626a905ce2 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -327,6 +327,7 @@
SUBDIR += p5-Data-Validate-Email
SUBDIR += p5-Email-Abstract
SUBDIR += p5-Email-Address
+ SUBDIR += p5-Email-Address-List
SUBDIR += p5-Email-Address-Loose
SUBDIR += p5-Email-AddressParser
SUBDIR += p5-Email-Date