pkgsrc/security/py-ntlm-auth/Makefile

17 lines
443 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2018/07/06 07:52:40 adam Exp $
DISTNAME= ntlm-auth-1.2.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"