aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-13 23:29:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-13 23:29:18 +0000
commitf71b7026b8d59c045d0ecda046db049471981db9 (patch)
treeeb7415de3f5e28ae4c7148c68562da8bc85fe907 /mail/Makefile
parent4ceb319e0a72521ae66b7b4d4eee52ebd125fbaa (diff)
downloadports-f71b7026b8d59c045d0ecda046db049471981db9.tar.gz
ports-f71b7026b8d59c045d0ecda046db049471981db9.zip
Add p5-Mail-AuthenticationResults 1.20180923
Mail::AuthenticationResults provides object-oriented authentication-results email headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. Differences from RFC7601: - key/value pairs are parsed when present in the authserv-id section, this is against RFC but has been seen in headers added by Yahoo!. - Comments added between key/value pairs will be added after them in the data structures and when stringified. WWW: https://metacpan.org/release/Mail-AuthenticationResults
Notes
Notes: svn path=/head/; revision=498842
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 408bcd38ef7d..58db98022cf8 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -371,6 +371,7 @@
SUBDIR += p5-Mail-Alias
SUBDIR += p5-Mail-Audit
SUBDIR += p5-Mail-Audit-Attach
+ SUBDIR += p5-Mail-AuthenticationResults
SUBDIR += p5-Mail-Box
SUBDIR += p5-Mail-Box-IMAP4
SUBDIR += p5-Mail-Box-IMAP4-SSL