From 16129aba43d5e00812c2f6234f019f33abb48fa8 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 9 Sep 2018 13:12:57 +0000 Subject: [PATCH] - add new port postfix-ldap-sasl (OPTIONS_SLAVE= LDAP LDAP_SASL SASL) PR: 230816 Submitted by: bz@ --- mail/Makefile | 1 + mail/postfix-ldap-sasl/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 mail/postfix-ldap-sasl/Makefile 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"