2016-02-24 11:39:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-27 06:15:57 +01:00
|
|
|
PKGNAMESUFFIX= -srp
|
2016-02-24 11:39:50 +01:00
|
|
|
|
|
|
|
COMMENT= SASL SRP authentication plugin
|
|
|
|
|
2016-03-02 15:13:45 +01:00
|
|
|
CYRUS_CONFIGURE_ARGS= --enable-srp
|
2016-02-24 11:39:50 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= SRP_SETPASS
|
|
|
|
OPTIONS_DEFAULT= SRP_SETPASS
|
|
|
|
SRP_SETPASS_DESC= setting SRP secrets with saslpasswd
|
|
|
|
SRP_SETPASS_CONFIGURE_ENABLE= srp-setpass
|
|
|
|
|
2016-02-27 06:15:57 +01:00
|
|
|
.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"
|