2020-07-09 15:22:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2020/07/09 13:22:39 adam Exp $
|
2016-07-24 20:49:35 +02:00
|
|
|
|
2020-07-09 15:22:39 +02:00
|
|
|
DISTNAME= gssapi-1.6.9
|
2016-07-24 20:49:35 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2017-11-30 09:07:33 +01:00
|
|
|
CATEGORIES= security python
|
2016-07-24 21:08:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/}
|
2016-07-24 20:49:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2018-02-22 10:11:18 +01:00
|
|
|
HOMEPAGE= https://github.com/pythongssapi/python-gssapi
|
2016-07-24 20:49:35 +02:00
|
|
|
COMMENT= Low-level and high-level wrappers around GSSAPI C libraries
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2016-07-24 20:56:21 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
|
2017-11-30 09:07:33 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
|
2016-07-24 20:49:35 +02:00
|
|
|
|
2020-04-18 08:45:24 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
2016-07-24 21:08:23 +02:00
|
|
|
|
2017-10-30 19:17:13 +01:00
|
|
|
.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
|
|
|
|
|
2019-08-03 13:42:38 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
2016-07-24 20:49:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|