git: 8b83d322128f - main - security/fizz: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 14:35:45 UTC
The branch main has been updated by se:

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

commit 8b83d322128f53e0074b1458ae953e4a4b1308be
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:03 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:03 +0000

    security/fizz: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/fizz/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/fizz/Makefile b/security/fizz/Makefile
index a65222a0adec..8173c68db27b 100644
--- a/security/fizz/Makefile
+++ b/security/fizz/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libdouble-conversion.so:devel/double-conversion \
 		libglog.so:devel/glog \
 		libsodium.so:security/libsodium
 
-USES=		cmake compiler:c++14-lang ssl
+USES=		cmake compiler:c++14-lang ssl cpe
+CPE_VENDOR=	facebook
 USE_GITHUB=	yes
 GH_ACCOUNT=	facebookincubator
 USE_LDCONFIG=	yes