diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2018-09-09 13:12:57 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2018-09-09 13:12:57 +0000 |
commit | 16129aba43d5e00812c2f6234f019f33abb48fa8 (patch) | |
tree | eca9a7b4f6429eb198620c29b3637080d08a2557 /mail/postfix-ldap-sasl/Makefile | |
parent | ee3090a16f1140a79e5ace5f26864dfc9089ce4f (diff) | |
download | ports-16129aba43d5e00812c2f6234f019f33abb48fa8.tar.gz ports-16129aba43d5e00812c2f6234f019f33abb48fa8.zip |
Notes
Diffstat (limited to 'mail/postfix-ldap-sasl/Makefile')
-rw-r--r-- | mail/postfix-ldap-sasl/Makefile | 14 |
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" |