aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-20 14:20:24 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-20 14:20:24 +0000
commit0ffea0d7e92062cf3f07a85f36b1d522d71dd526 (patch)
tree2231fd9a12c139b57bd7a56f6995af7814743cbe /archivers
parent8e36aa89c5357316ed5bf1cc3d877624b51e21a6 (diff)
downloadports-0ffea0d7e92062cf3f07a85f36b1d522d71dd526.tar.gz
ports-0ffea0d7e92062cf3f07a85f36b1d522d71dd526.zip
archivers/snappy: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/snappy/Makefile3
1 files changed, 2 insertions, 1 deletions
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}