aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-ldap-sasl/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2018-09-09 13:12:57 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2018-09-09 13:12:57 +0000
commit16129aba43d5e00812c2f6234f019f33abb48fa8 (patch)
treeeca9a7b4f6429eb198620c29b3637080d08a2557 /mail/postfix-ldap-sasl/Makefile
parentee3090a16f1140a79e5ace5f26864dfc9089ce4f (diff)
downloadports-16129aba43d5e00812c2f6234f019f33abb48fa8.tar.gz
ports-16129aba43d5e00812c2f6234f019f33abb48fa8.zip
Notes
Diffstat (limited to 'mail/postfix-ldap-sasl/Makefile')
-rw-r--r--mail/postfix-ldap-sasl/Makefile14
1 files changed, 14 insertions, 0 deletions
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"