2017-10-31 09:27:55 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2017/10/31 08:27:55 adam Exp $
|
2017-09-04 20:58:11 +02:00
|
|
|
|
2017-10-31 09:27:55 +01:00
|
|
|
DISTNAME= requests_ntlm-1.1.0
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
|
|
CATEGORIES= security www python
|
2017-09-04 20:58:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/requests/requests-ntlm
|
|
|
|
COMMENT= NTLM authentication handler for python-requests
|
2017-09-04 20:59:30 +02:00
|
|
|
LICENSE= isc
|
2017-09-04 20:58:11 +02:00
|
|
|
|
2017-10-31 09:27:55 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.3:../../security/py-cryptography
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ntlm-auth>=1.0.2:../../security/py-ntlm-auth
|
2017-09-04 20:58:11 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
|
2017-10-31 09:27:55 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
2017-09-04 20:58:11 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|