mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ntlm-auth
|
|
DISTVERSION= 1.5.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>
|