ports/security/cyrus-sasl2-srp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

12 lines
321 B
Makefile

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"