From 9fc848bc7a4d23a0b14dabc8ee59cdad24c74807 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2021 20:16:13 +0000 Subject: Add KERBEROS option --- security/py-pyspnego/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/py-pyspnego') diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index a851d08bf245..481c94b61742 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -20,9 +20,11 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= YAML +OPTIONS_DEFINE= KERBEROS YAML +KERBEROS_DESC= Kerberos authentication support YAML_DESC= YAML output support +KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} .include -- cgit v1.2.3