summaryrefslogtreecommitdiff
path: root/security/py-pyspnego
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:16:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:16:13 +0000
commit9fc848bc7a4d23a0b14dabc8ee59cdad24c74807 (patch)
tree8a9e0a8c75609436b492e5d4e28ec36d505fe5e3 /security/py-pyspnego
parentUpdate to 2.5.0 (diff)
Add KERBEROS option
Notes
Notes: svn path=/head/; revision=560139
Diffstat (limited to 'security/py-pyspnego')
-rw-r--r--security/py-pyspnego/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>