opnsense-ports/net/py-python-ntlm/Makefile
Franco Fichtner 3ab789fae6 */*: sync with upstream
Taken from: FreeBSD
2016-07-16 11:29:39 +02:00

16 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= python-ntlm
PORTVERSION= 1.1.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@bsd.com.br
COMMENT= Python library that provides NTLM support
NO_ARCH= yes
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>