git: 75e510addcb4 - main - devel/py-lief: Add CPE information

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

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

commit 75e510addcb4b214317c6043ee994e69b5d9acde
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 19:03:25 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:09:00 +0000

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

diff --git a/devel/py-lief/Makefile b/devel/py-lief/Makefile
index 95787ef49d5b..d31c735b08f2 100644
--- a/devel/py-lief/Makefile
+++ b/devel/py-lief/Makefile
@@ -11,7 +11,8 @@ WWW=		https://github.com/lief-project/lief
 
 LICENSE=	APACHE20
 
-USES=		cmake:indirect python zip
+USES=		cmake:indirect cpe python zip
+CPE_VENDOR=	lief-project
 USE_PYTHON=	concurrent distutils
 
 PY_VER=		${PYTHON_VER:S/.//}