14 lines
247 B
Makefile
14 lines
247 B
Makefile
# $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"
|