git: adeb5fc3e08b - main - archivers/zstd: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 16 May 2025 13:55:55 UTC
The branch main has been updated by decke:

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

commit adeb5fc3e08bc60343c6706cd9e7c8fbc2a8089e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2025-05-16 11:41:32 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2025-05-16 13:55:29 +0000

    archivers/zstd: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 archivers/zstd/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 3afd053611fa..08c117e9fe55 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblz4.so:archivers/liblz4
 
-USES=		gmake localbase:ldflags tar:zst
+USES=		cpe gmake localbase:ldflags tar:zst
 
 ALL_TARGET=	default
 BINARY_ALIAS=	gmd5sum=md5sum
@@ -28,6 +28,9 @@ MAKE_ENV=	INSTALL_DATA="${INSTALL_DATA}" \
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	facebook
+CPE_PRODUCT=	zstandard
+
 PLIST_SUB=	BUILD_TYPE=${BUILD_TYPE:tl} PORTVERSION=${PORTVERSION}
 SUB_FILES=	zstdConfigVersion.cmake zstdTargets-BUILD_TYPE.cmake
 SUB_LIST=	BUILD_TYPE_CAPS=${BUILD_TYPE:tu} BUILD_TYPE_MIXED=${BUILD_TYPE} PORTVERSION=${PORTVERSION}