git: a0235d35c247 - main - devel/py-pipreqs: Add CPE information

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

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

commit a0235d35c247432663cea3e79aacd0635a614934
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 19:07:55 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:09:02 +0000

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

diff --git a/devel/py-pipreqs/Makefile b/devel/py-pipreqs/Makefile
index 910b962d9a24..c07c2b25c039 100644
--- a/devel/py-pipreqs/Makefile
+++ b/devel/py-pipreqs/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_F
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yarg>0:devel/py-yarg@${PY_FLAVOR}
 
-USES=		python
+USES=		cpe python
+CPE_VENDOR=	pipreqs_project
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes