aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 15:28:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 15:55:49 +0000
commite6cc56f31627da94c78976d0d6dd16b9ec401b48 (patch)
treefe495969787c45dcd090b4276663c4c066997399 /security/Makefile
parent49e5032018715d2f3fdade9703ca3f5ab0865b7c (diff)
downloadports-e6cc56f31627da94c78976d0d6dd16b9ec401b48.tar.gz
ports-e6cc56f31627da94c78976d0d6dd16b9ec401b48.zip
security/py-krb5: Add py-krb5 0.1.1
This library provides Python functions that wraps the Kerberos 5 C API. Due to the complex nature of this API it is highly recommended to use something like python-gssapi which exposes the Kerberos authentication details through GSSAPI. WWW: https://github.com/jborean93/pykrb5
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 0944fb9343fc..61d75e88a893 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -923,6 +923,7 @@
SUBDIR += py-kerberos
SUBDIR += py-keyring
SUBDIR += py-keyrings.alt
+ SUBDIR += py-krb5
SUBDIR += py-libnacl
SUBDIR += py-m2crypto
SUBDIR += py-maec