diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-27 12:01:02 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-27 12:01:02 +0000 |
commit | 58ce00a575a2513d7bfa31ad1649db6147455354 (patch) | |
tree | 274768206b49f34c3c1ef4530b2b599074b1c3ca /mail/Makefile | |
parent | ed754524b9978e10c97a789205e56ace5bd49c28 (diff) | |
download | ports-58ce00a575a2513d7bfa31ad1649db6147455354.tar.gz ports-58ce00a575a2513d7bfa31ad1649db6147455354.zip |
add Mail::SRS - Interface to Sender Rewriting Scheme
PR: 67118
Submitted by: snowchyld@mokney.org
Reviewed by: mat
Notes
Notes:
svn path=/head/; revision=110125
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 950ce40a4a87..91373c92b3f2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -252,6 +252,7 @@ SUBDIR += p5-Mail-RBL SUBDIR += p5-Mail-RFC822-Address SUBDIR += p5-Mail-SPF-Query + SUBDIR += p5-Mail-SRS SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-SpamAssassin |