git: ea4574ba6936 - main - net/libvncserver: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 11:57:27 UTC
The branch main has been updated by decke:

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

commit ea4574ba69365f99495cd28b305534f44e760d21
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:47:54 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:47:54 +0000

    net/libvncserver: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/libvncserver/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index c91d61d03755..e20d7b02900e 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -18,9 +18,11 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libpng.so:graphics/png \
 		liblzo2.so:archivers/lzo2
 
-USES=		cmake jpeg libtool pathfix pkgconfig
+USES=		cmake cpe jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	libvncserver_project
+
 CMAKE_ON=	WITH_24BPP WITH_JPEG WITH_LZO WITH_PNG \
 		WITH_THREADS WITH_TIGHTVNC_FILETRANSFER \
 		WITH_WEBSOCKETS WITH_ZLIB