git: c662f0160baa - main - databases/mariadb-connector-c: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 19:16:38 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c662f0160baa27c3dbdef27005f6ae42146fab8e
commit c662f0160baa27c3dbdef27005f6ae42146fab8e
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:26:40 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:52 +0000
databases/mariadb-connector-c: Add CPE information
---
databases/mariadb-connector-c/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/databases/mariadb-connector-c/Makefile b/databases/mariadb-connector-c/Makefile
index ea1ccd7f9141..a407c59d7199 100644
--- a/databases/mariadb-connector-c/Makefile
+++ b/databases/mariadb-connector-c/Makefile
@@ -39,7 +39,9 @@ GSSAPI_HEIMDAL_USES= gssapi:heimdal
GSSAPI_MIT_USES= gssapi:mit
GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=OFF
-USES= cmake:insource compiler:c++11-lib iconv:translit ssl
+USES= cmake:insource compiler:c++11-lib cpe iconv:translit ssl
+CPE_PRODUCT= connector/c
+CPE_VENDOR= mariadb
USE_LDCONFIG= ${PREFIX}/lib/mariadb
SITESDIR= mariadb/connector-c-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/mysql