1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/cyrus-sasl2-srp/Makefile
Hajimu UMEMOTO b49e7032a3 - Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required.
2016-03-02 14:13:45 +00:00

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"