pkgsrc/security/py-gssapi/Makefile
adam a93921e649 py-gssapi: updated to 1.6.1
v1.6.1:
Features
* Windows support, with wheels!
* GSSAPI extension rfc4178 (set_neg_mechs) support
* Expose mechanisms in the high-level API
* Test suite improvements

Documentation
* Add documentation for common cred store values
* Documentation typo fixes
2019-08-11 12:06:15 +00:00

35 lines
960 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/08/11 12:06:15 adam Exp $
DISTNAME= gssapi-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pythongssapi/python-gssapi
COMMENT= Low-level and high-level wrappers around GSSAPI C libraries
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= mitkrb posix
# On Darwin, py-gssapi uses -framework GSS
.if ${OPSYS} != "Darwin"
PLIST.posix= yes
. include "../../mk/krb5.buildlink3.mk"
. if ${KRB5_TYPE} == "mit-krb5"
PLIST.mitkrb= yes
. endif
.endif
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"