aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2011-10-02 05:21:18 +0000
committerCarlo Strub <cs@FreeBSD.org>2011-10-02 05:21:18 +0000
commit45c4beaadf3e10b936b2753b9ee0ffce31bb4da1 (patch)
treefada7f407dd08505aa64e8200e1384930204f445 /security/Makefile
parente5825af3a1c8f971b987b1edefbbfd24640ec138 (diff)
downloadports-45c4beaadf3e10b936b2753b9ee0ffce31bb4da1.tar.gz
ports-45c4beaadf3e10b936b2753b9ee0ffce31bb4da1.zip
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set of functions that do what is needed for client/server Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>. PR: ports/156791 Submitted by: Roland van Laar <roland@micite.net> Approved by: wen@ (co-mentor)
Notes
Notes: svn path=/head/; revision=282781
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 abc3dfc4fb99..a9382514bdb1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -692,6 +692,7 @@
SUBDIR += py-fchksum
SUBDIR += py-gnupg
SUBDIR += py-gnutls
+ SUBDIR += py-kerberos
SUBDIR += py-keyring
SUBDIR += py-m2crypto
SUBDIR += py-mcrypt