Mon Sep 4 18:59:30 2017 UTC ()
Fix license.


(joerg)
diff -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-requests-ntlm/Makefile 2017/09/04 18:58:11 1.1
+++ pkgsrc/security/py-requests-ntlm/Makefile 2017/09/04 18:59:30 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2017/09/04 18:58:11 joerg Exp $ 1# $NetBSD: Makefile,v 1.2 2017/09/04 18:59:30 joerg Exp $
2 2
3DISTNAME= requests_ntlm-1.0.0 3DISTNAME= requests_ntlm-1.0.0
4PKGNAME= ${PYPKGPREFIX}-requests-ntlm-1.0.0 4PKGNAME= ${PYPKGPREFIX}-requests-ntlm-1.0.0
5CATEGORIES= security www 5CATEGORIES= security www
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests_ntlm/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/requests/requests-ntlm 9HOMEPAGE= https://github.com/requests/requests-ntlm
10COMMENT= NTLM authentication handler for python-requests 10COMMENT= NTLM authentication handler for python-requests
11LICENSE= apache-2.0 11LICENSE= isc
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
14DEPENDS+= ${PYPKGPREFIX}-ntlm-auth-[0-9]*:../../security/py-ntlm-auth 14DEPENDS+= ${PYPKGPREFIX}-ntlm-auth-[0-9]*:../../security/py-ntlm-auth
15 15
16.include "../../lang/python/egg.mk" 16.include "../../lang/python/egg.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"