diff options
Diffstat (limited to 'security/py-pyspnego')
-rw-r--r-- | security/py-pyspnego/Makefile | 4 |
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> |