freebsd-ports/security/py-ntlm-auth/Makefile
Yuri Victorovich b98d5524b5 New port: security/py-ntlm-auth: Create NTLM authentication structures
Approved by:	tcberner (mentor, implicit)
2018-03-10 08:39:50 +00:00

19 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= ntlm-auth
DISTVERSION= 1.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Create NTLM authentication structures
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>