aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:03 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:03 +0000
commit8b83d322128f53e0074b1458ae953e4a4b1308be (patch)
tree277a4d49f840634efa98e73abdb0a8b92cac4942
parent43fcb21c00fa539c6454942b9c5f20b572bcd2ae (diff)
downloadports-8b83d322128f53e0074b1458ae953e4a4b1308be.tar.gz
ports-8b83d322128f53e0074b1458ae953e4a4b1308be.zip
security/fizz: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/fizz/Makefile3
1 files changed, 2 insertions, 1 deletions
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