aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-srp/Makefile
blob: 47d9002bea256ef69bfdd303286b61f6f4583a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"