svn commit: r560139 - head/security/py-pyspnego

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:16:14 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:16:13 2021
New Revision: 560139
URL: https://svnweb.freebsd.org/changeset/ports/560139

Log:
  Add KERBEROS option

Modified:
  head/security/py-pyspnego/Makefile

Modified: head/security/py-pyspnego/Makefile
==============================================================================
--- head/security/py-pyspnego/Makefile	Sun Jan  3 20:16:08 2021	(r560138)
+++ head/security/py-pyspnego/Makefile	Sun Jan  3 20:16:13 2021	(r560139)
@@ -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>


More information about the svn-ports-all mailing list