2019-04-26 17:20:14 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2019/04/26 15:20:14 adam Exp $
|
2017-09-04 20:57:20 +02:00
|
|
|
|
2019-04-26 17:20:14 +02:00
|
|
|
DISTNAME= ntlm-auth-1.3.0
|
2017-09-04 20:57:20 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2017-10-31 09:27:03 +01:00
|
|
|
CATEGORIES= security python
|
2017-09-04 20:57:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/jborean93/ntlm-auth
|
|
|
|
COMMENT= NTLM authentication handler for python-requests
|
2018-03-08 13:45:34 +01:00
|
|
|
LICENSE= mit
|
2017-09-04 20:57:20 +02:00
|
|
|
|
2019-04-26 17:20:14 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
|
|
|
|
|
2017-10-31 09:27:03 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-09-04 20:57:20 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|