git: e33ea6204474 - main - devel/git-lfs: Add CPE information

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

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

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

    devel/git-lfs: Add CPE information
---
 devel/git-lfs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile
index b539d01151c9..57291ed799f3 100644
--- a/devel/git-lfs/Makefile
+++ b/devel/git-lfs/Makefile
@@ -14,7 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	git:devel/git
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_PRODUCT=	git_large_file_storage
+CPE_VENDOR=	git_large_file_storage_project
 GO_MODULE=	github.com/git-lfs/git-lfs/v3
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}