blob: cc44ca185754cc427d47ad437b039db19d785692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|