aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:20:54 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:57:58 +0000
commit5be80f60aaff9976ea5dcf3b4fa49b5b4541601c (patch)
tree36374ad5f8495fa279ff3bd73a8d34d0fa53e29a
parent2ec126b9a5b6b0819837f90ecab1cb63dfd12b4f (diff)
downloadports-5be80f60aaff9976ea5dcf3b4fa49b5b4541601c.tar.gz
ports-5be80f60aaff9976ea5dcf3b4fa49b5b4541601c.zip
security/libntlm: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/libntlm/Makefile3
1 files changed, 2 insertions, 1 deletions
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>