git: 0ffea0d7e920 - main - archivers/snappy: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Mon Sep 20 14:33:18 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ffea0d7e92062cf3f07a85f36b1d522d71dd526
commit 0ffea0d7e92062cf3f07a85f36b1d522d71dd526
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-20 14:20:24 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-20 14:20:24 +0000
archivers/snappy: Add CPE information
Approved by: portmgr (blanket)
---
archivers/snappy/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile
index 983fe03ad491..8e3f0c33bccb 100644
--- a/archivers/snappy/Makefile
+++ b/archivers/snappy/Makefile
@@ -10,11 +10,12 @@ COMMENT= Fast compressor/decompressor library
LICENSE= BSD3CLAUSE
-USES= cmake compiler:c++11-lang
+USES= cmake compiler:c++11-lang cpe
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= SNAPPY_BUILD_TESTS SNAPPY_BUILD_BENCHMARKS
CMAKE_BUILD_TYPE= Release
+CPE_VENDOR= google
USE_GITHUB= yes
GH_ACCOUNT= google
PLIST_SUB+= PORTVERSION=${PORTVERSION}
More information about the dev-commits-ports-all
mailing list