From 5be80f60aaff9976ea5dcf3b4fa49b5b4541601c Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Tue, 21 Sep 2021 12:20:54 +0000 Subject: [PATCH] security/libntlm: Add CPE information Approved by: portmgr (blanket) --- security/libntlm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 1d9d7133c3ca..91ec76e6760e 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -11,9 +11,10 @@ COMMENT= Library that implement Microsoft's NTLM authentication LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +CPE_VENDOR= nongnu .include