git: 410cc2f75748 - main - databases/db5: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 08 Jun 2026 19:16:36 UTC
The branch main has been updated by decke:

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

commit 410cc2f7574841a08f462e122bc047a2ef644217
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:24:21 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:52 +0000

    databases/db5: Add CPE information
---
 databases/db5/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index d362fccf86d0..e3d2b587c33a 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -31,7 +31,9 @@ CONFIGURE_ARGS=	--enable-cxx --enable-stl --enable-dbm \
 		--bindir=${PREFIX}/bin/${PORTNAME}
 CONFIGURE_SCRIPT=	../dist/configure
 GNU_CONFIGURE=	yes
-USES=		gmake libtool
+USES=		cpe gmake libtool
+CPE_PRODUCT=	berkeley_db
+CPE_VENDOR=	oracle
 INSTALL_TARGET=	install_include install_lib install_utilities
 WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 PATCH_WRKSRC=	${WRKDIR}/${DISTNAME}