Files
ports/security/libntlm/Makefile
T
Po-Chuan Hsieh 0891a22858 security/libntlm: Update to 1.8
- Update MASTER_SITES
- Update WWW

Changes:	https://gitlab.com/gsasl/libntlm/-/blob/master/NEWS
2026-07-08 21:30:43 +08:00

22 lines
407 B
Makefile

PORTNAME= libntlm
PORTVERSION= 1.8
CATEGORIES= security
MASTER_SITES= SAVANNAH
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library that implement Microsoft's NTLM authentication
WWW= https://gitlab.com/gsasl/libntlm
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= nongnu
.include <bsd.port.mk>