diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-12-21 12:11:20 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-12-21 12:30:04 +0000 |
commit | 183a1a9edd495d2eccf3eaabd9f40f4f6e69a987 (patch) | |
tree | af7ef3e0dcfd0b2adc32e134e1f8971de7bc4d6e | |
parent | 4c60d40ef798a89e2aca5f99ba5295f3255a1e8c (diff) | |
download | ports-183a1a9edd495d2eccf3eaabd9f40f4f6e69a987.tar.gz ports-183a1a9edd495d2eccf3eaabd9f40f4f6e69a987.zip |
security/olm: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/olm/Makefile | 4 |
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> |