aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-16 23:01:43 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-16 23:01:43 +0000
commiteea74f98e9804e6f757c87a362300e6a9d327bb7 (patch)
treef4c1f4deb2208d6b6100611412a3752c35791beb /mail/opensmtpd-extras
parent105a9c7d78f11bc68a3ef5620119595b76452f91 (diff)
downloadports-eea74f98e9804e6f757c87a362300e6a9d327bb7.tar.gz
ports-eea74f98e9804e6f757c87a362300e6a9d327bb7.zip
Notes
Diffstat (limited to 'mail/opensmtpd-extras')
-rw-r--r--mail/opensmtpd-extras/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile
index 27f3aada29f1..18505a9232d5 100644
--- a/mail/opensmtpd-extras/Makefile
+++ b/mail/opensmtpd-extras/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opensmtpd-extras
PORTVERSION= 201602042118
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES+= mail
MASTER_SITES= http://www.opensmtpd.org/archives/
@@ -22,11 +22,13 @@ GNU_CONFIGURE= yes
.if empty(SLAVE_PORT)
OPTIONS_GROUP= FILTER TABLE
-OPTIONS_GROUP_FILTER= DNSBL PAUSE REGEX SPAMASSASSIN
+OPTIONS_GROUP_FILTER= CLAMAV DKIM DNSBL PAUSE REGEX SPAMASSASSIN
OPTIONS_GROUP_TABLE= LDAP MYSQL PASSWD PGSQL PYTHON REDIS SMAP SQLITE
OPTIONS_DEFAULT= ${OPTIONS_GROUP_FILTER} ${OPTIONS_GROUP_TABLE}
# Filters
+CLAMAV_DESC= Check messages with ClamAV
+DKIM_DESC= Sign messages with DKIM
DNSBL_DESC= Check messages against DNSBLs
PAUSE_DESC= Pause incoming messages to reduce spam
SPAMASSASSIN_DESC= Check messages with SpamAssassin
@@ -44,6 +46,8 @@ NO_ARCH= yes
#
# Filters
#
+CLAMAV_RUN_DEPENDS= ${INSTALL_DIR}/filter-clamav:mail/opensmtpd-extras-filter-clamav
+DKIM_RUN_DEPENDS= ${INSTALL_DIR}/filter-dkim-signer:mail/opensmtpd-extras-filter-dkim
DNSBL_RUN_DEPENDS= ${INSTALL_DIR}/filter-dnsbl:mail/opensmtpd-extras-filter-dnsbl
PAUSE_RUN_DEPENDS= ${INSTALL_DIR}/filter-pause:mail/opensmtpd-extras-filter-pause
REGEX_RUN_DEPENDS= ${INSTALL_DIR}/filter-regex:mail/opensmtpd-extras-filter-regex