summaryrefslogtreecommitdiff
path: root/security/py-ntlm-auth/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-31 08:27:03 +0000
committeradam <adam@pkgsrc.org>2017-10-31 08:27:03 +0000
commitff6da0d6f5d37dfeef7b9735d85835582cab674b (patch)
tree3d1b4e9bf79d65a597036a164b9968978988a266 /security/py-ntlm-auth/Makefile
parent08fa5d062fa77a662e68fe617369217eb04d084a (diff)
downloadpkgsrc-ff6da0d6f5d37dfeef7b9735d85835582cab674b.tar.gz
py-ntlm-auth: updated to 1.0.6
Changes 1.0.6: * More changes to packaging to better handle copyright and licensing
Diffstat (limited to 'security/py-ntlm-auth/Makefile')
-rw-r--r--security/py-ntlm-auth/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/py-ntlm-auth/Makefile b/security/py-ntlm-auth/Makefile
index ca80894c47f..4b99e5c3113 100644
--- a/security/py-ntlm-auth/Makefile
+++ b/security/py-ntlm-auth/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/09/04 18:57:20 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/31 08:27:03 adam Exp $
-DISTNAME= ntlm-auth-1.0.5
+DISTNAME= ntlm-auth-1.0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security
+CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,5 +12,7 @@ LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"