diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 15:00:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 15:00:15 +0000 |
commit | 6e58cbf79034fcc5c39af402e808108dd660a93b (patch) | |
tree | 281e1eb56c253d45982512d34880fe346e1045f0 /mail/Makefile | |
parent | Fix plist. (diff) |
Add py-spf, a python implementation of SPF.
PR: ports/75521
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes
Notes:
svn path=/head/; revision=125340
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 e922c901b6cf..8329231b290f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -352,6 +352,7 @@ SUBDIR += py-milter SUBDIR += py-mimelib SUBDIR += py-spambayes + SUBDIR += py-spf SUBDIR += pygmy SUBDIR += pymsgauth SUBDIR += pyzor |