7878798f48
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 RFC 4559.
15 lines
449 B
Makefile
15 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/06/09 02:06:18 markd Exp $
|
|
|
|
DISTNAME= kerberos-1.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kerberos/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://svn.calendarserver.org/wiki/PyKerberos
|
|
COMMENT= Python Kerberos implementation
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/krb5.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|