pkgsrc/security/py-gssapi/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

33 lines
868 B
Makefile

# $NetBSD: Makefile,v 1.22 2022/01/04 20:54:41 wiz Exp $
DISTNAME= gssapi-1.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
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
PYTHON_VERSIONS_INCOMPATIBLE= 27
.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"