git: 5be80f60aaff - main - security/libntlm: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:09 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5be80f60aaff9976ea5dcf3b4fa49b5b4541601c

commit 5be80f60aaff9976ea5dcf3b4fa49b5b4541601c
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:20:54 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:58 +0000

    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 <bsd.port.mk>


More information about the dev-commits-ports-main mailing list