summaryrefslogtreecommitdiff
path: root/security/py-ntlm-auth/Makefile
blob: 12f7a5f7e0dc594b0b46eebfcc486148706bd5cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	ntlm-auth
DISTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Create NTLM authentication structures
WWW=		https://github.com/jborean93/ntlm-auth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>