diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2025-05-16 13:41:32 +0200 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2025-05-16 15:55:29 +0200 |
commit | adeb5fc3e08bc60343c6706cd9e7c8fbc2a8089e (patch) | |
tree | b4be4ec0720fbc961c0b000dfe8056aafb4294ed | |
parent | net/jose: Fix compilation on 13.5 and 14.x (diff) |
archivers/zstd: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/zstd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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} |