2018-07-06 09:52:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2018/07/06 07:52:40 adam Exp $
|
2017-09-04 20:57:20 +02:00
|
|
|
|
2018-07-06 09:52:40 +02:00
|
|
|
DISTNAME= ntlm-auth-1.2.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
|
|
|
|
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"
|