diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2021-06-09 19:19:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2021-06-09 19:19:18 +0000 |
commit | a79b40aafb34d419645305bd3a14a5ea6d646360 (patch) | |
tree | 5b4bc48106b71890cfb5e595964d22ae9ff26691 /mail/spamd | |
parent | a7b479e573278e341e8f3deefc752ce074ec2158 (diff) | |
download | ports-a79b40aafb34d419645305bd3a14a5ea6d646360.tar.gz ports-a79b40aafb34d419645305bd3a14a5ea6d646360.zip |
Diffstat (limited to 'mail/spamd')
-rw-r--r-- | mail/spamd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index 1b51ca0b3db9..e308af6fd941 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -6,11 +6,14 @@ PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/freebsdspamd/spamd -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Traps spammers with a very slow smtp-login and return 4xx error LICENSE= BSD2CLAUSE +DEPRECATED= No further maintanace on this port, remove if no one steps up until EoL date +EXPIRATION_DATE=2021-12-30 + USES= ssl USE_RC_SUBR?= obspamd obspamlogd |