git: c8d8c5c449dc - main - databases/py-sqlparse: Add CPE information

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

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

commit c8d8c5c449dc3b7a59a3e7bc4074dc3aa3867ddc
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:39:56 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:54 +0000

    databases/py-sqlparse: Add CPE information
---
 databases/py-sqlparse/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index 7ad6808a2d99..5b0f0e212e90 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		cpe python shebangfix
+CPE_VENDOR=	sqlparse_project
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes