62fea15e08
Python library that provides NTLM support, including an authentication handler for urllib2. Works with pass-the-hash in additon to password authentication. WWW: https://pypi.python.org/pypi/python-ntlm PR: 211053 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Reviewed by: koobs
16 lines
308 B
Makefile
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>
|