diff options
author | garga <garga@FreeBSD.org> | 2006-03-24 04:54:27 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-24 04:54:27 +0800 |
commit | c93bbfaac04d53eafcc5284c9105f51c75330c0a (patch) | |
tree | 0db254a6068eed1fd1559bba123f7f63e94fb2fe /mail/Makefile | |
parent | b1fb394fd506fb268e9c2e03bbe2b49e892fa715 (diff) | |
download | freebsd-ports-gnome-c93bbfaac04d53eafcc5284c9105f51c75330c0a.tar.gz freebsd-ports-gnome-c93bbfaac04d53eafcc5284c9105f51c75330c0a.tar.zst freebsd-ports-gnome-c93bbfaac04d53eafcc5284c9105f51c75330c0a.zip |
This is a complete standalone C implementation of the SRS (Sender
Rewriting Scheme) and includes a command line utility and daemon,
test utility and static and dynamic libraries. SRS is a stop-gap
for users of SPF (Sender Policy Framework).
WWW: http://srs.mirtol.com
PR: ports/94831
Submitted by: Simon Dick <simond@irrelevant.org>
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 b292c0a4260c..5753c4b65213 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -167,6 +167,7 @@ SUBDIR += libspf2-10 SUBDIR += libsrs SUBDIR += libsrs2 + SUBDIR += libsrs_alt SUBDIR += libvmime SUBDIR += listmanager SUBDIR += lmtp2nntp |