git: 5a01151b0269 - main - net/clash: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 17:45:55 UTC
The branch main has been updated by decke:

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

commit 5a01151b02690cb25bb923b6ff5f10c4e585af23
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-04-18 17:33:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-04-18 17:45:47 +0000

    net/clash: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/clash/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/clash/Makefile b/net/clash/Makefile
index f284ca7039ea..3261109f9d77 100644
--- a/net/clash/Makefile
+++ b/net/clash/Makefile
@@ -10,7 +10,9 @@ COMMENT=	Rule-based tunnel in Go
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:modules cpe
+
+CPE_VENDOR=	clash_project
 
 GO_MODULE=	github.com/Dreamacro/clash