blob: c83d15c389c8d346c4e3e461d8c7204ed8539b0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
PKGNAMESUFFIX= -ldapdb
COMMENT= SASL LDAPDB auxprop plugin
WWW= https://www.cyrusimap.org/sasl/
CYRUS_CONFIGURE_ARGS= --enable-ldapdb --with-ldap=${LOCALBASE}
USES= ldap
.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"
|