blob: afb23fd5460a84b7e25103e72e24a9437c94ddb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= libntlm
PORTVERSION= 1.6
CATEGORIES= security
MASTER_SITES= https://www.nongnu.org/libntlm/releases/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library that implement Microsoft's NTLM authentication
WWW= https://www.nongnu.org/libntlm/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPE_VENDOR= nongnu
.include <bsd.port.mk>
|