aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:24 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:24 +0000
commitaa660087d55cf05c8783c707e46b47d6ae22e6d5 (patch)
treef01f4cf274235a2d288ca63c98d4fbe009ae1d5e
parent7be20d7e972f6df57211a1ec13cf315766e4ff87 (diff)
downloadports-aa660087d55cf05c8783c707e46b47d6ae22e6d5.tar.gz
ports-aa660087d55cf05c8783c707e46b47d6ae22e6d5.zip
devel/libbson: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/libbson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile
index 6aeec0f1fade..2d733bf7b692 100644
--- a/devel/libbson/Makefile
+++ b/devel/libbson/Makefile
@@ -9,10 +9,10 @@ COMMENT= BSON utility library
LICENSE= APACHE20
+USES= cmake cpe pkgconfig
+CPE_VENDOR= mongodb
USE_GITHUB= yes
GH_ACCOUNT= mongodb
-
-USES= cmake pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>