mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b49e7032a3
- Make SASLdb buildable with GDBM. - Make sure to disable the plugins where it is not required.
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -srp
|
|
|
|
COMMENT= SASL SRP authentication plugin
|
|
|
|
CYRUS_CONFIGURE_ARGS= --enable-srp
|
|
|
|
OPTIONS_DEFINE= SRP_SETPASS
|
|
OPTIONS_DEFAULT= SRP_SETPASS
|
|
SRP_SETPASS_DESC= setting SRP secrets with saslpasswd
|
|
SRP_SETPASS_CONFIGURE_ENABLE= srp-setpass
|
|
|
|
.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"
|