aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2018-09-09 21:12:57 +0800
committerohauer <ohauer@FreeBSD.org>2018-09-09 21:12:57 +0800
commitfc3960784ddfe06db6b6db2959c6d05013beae35 (patch)
treeeca9a7b4f6429eb198620c29b3637080d08a2557 /mail
parent87f0fd11ee1304d8dd1cf3d00c8c312d8e60ff5c (diff)
downloadfreebsd-ports-gnome-fc3960784ddfe06db6b6db2959c6d05013beae35.tar.gz
freebsd-ports-gnome-fc3960784ddfe06db6b6db2959c6d05013beae35.tar.zst
freebsd-ports-gnome-fc3960784ddfe06db6b6db2959c6d05013beae35.zip
- add new port postfix-ldap-sasl
(OPTIONS_SLAVE= LDAP LDAP_SASL SASL) PR: 230816 Submitted by: bz@
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/postfix-ldap-sasl/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 2169878fe330..9765b41f3ed5 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -510,6 +510,7 @@
SUBDIR += postfix
SUBDIR += postfix-current
SUBDIR += postfix-current-sasl
+ SUBDIR += postfix-ldap-sasl
SUBDIR += postfix-logwatch
SUBDIR += postfix-policyd-sf
SUBDIR += postfix-policyd-spf-perl
diff --git a/mail/postfix-ldap-sasl/Makefile b/mail/postfix-ldap-sasl/Makefile
new file mode 100644
index 000000000000..ce2e8e3fc8da
--- /dev/null
+++ b/mail/postfix-ldap-sasl/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?= -ldap-sasl
+
+MAINTAINER= ohauer@FreeBSD.org
+COMMENT= Postfix with OpenLDAP and Cyrus SASL support
+
+MASTERDIR= ${.CURDIR}/../postfix
+
+OPTIONS_SLAVE= LDAP LDAP_SASL SASL
+
+SASL_SLAVE= yes
+
+.include "${MASTERDIR}/Makefile"