mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
12 lines
232 B
Makefile
12 lines
232 B
Makefile
PKGNAMESUFFIX?= -ldap-sasl
|
|
|
|
MAINTAINER= otis@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"
|