pkgsrc/security/py-ntlm-auth/Makefile
adam 3af5d443eb py-ntlm-auth: updated to 1.1.0
1.1.0:
Removed DES code as the license was found to be incorrect from the source
Added new DES code not based on the original
Fixed up some deprecation warnings
Changed tests from running unittest to py.test
Changed licence from GPL to MIT as code is not all my own
2018-03-08 12:45:34 +00:00

16 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/03/08 12:45:34 adam Exp $
DISTNAME= ntlm-auth-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
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
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"