git: aa660087d55c - main - devel/libbson: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 21:32:38 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa660087d55cf05c8783c707e46b47d6ae22e6d5

commit aa660087d55cf05c8783c707e46b47d6ae22e6d5
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:24 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:24 +0000

    devel/libbson: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/libbson/Makefile | 4 ++--
 1 file 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>