aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-12-21 12:11:20 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-12-21 12:30:04 +0000
commit183a1a9edd495d2eccf3eaabd9f40f4f6e69a987 (patch)
treeaf7ef3e0dcfd0b2adc32e134e1f8971de7bc4d6e
parent4c60d40ef798a89e2aca5f99ba5295f3255a1e8c (diff)
downloadports-183a1a9edd495d2eccf3eaabd9f40f4f6e69a987.tar.gz
ports-183a1a9edd495d2eccf3eaabd9f40f4f6e69a987.zip
security/olm: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/olm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/olm/Makefile b/security/olm/Makefile
index 5d67f6577409..aef41f280574 100644
--- a/security/olm/Makefile
+++ b/security/olm/Makefile
@@ -10,7 +10,9 @@ COMMENT= Double Ratchet cryptographic ratchet in C++
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++11-lang \
+USES= cmake compiler:c++11-lang cpe \
localbase:ldflags tar:bz2
+CPE_VENDOR= matrix
+
.include <bsd.port.mk>