git: ca302e6a67df - main - devel/zydis: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 20:47:30 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca302e6a67df98fc658af2bf5537f06171985620
commit ca302e6a67df98fc658af2bf5537f06171985620
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-13 20:34:58 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-13 20:47:13 +0000
devel/zydis: Add CPE information
Approved by: portmgr (blanket)
---
devel/zydis/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/zydis/Makefile b/devel/zydis/Makefile
index 74e254d0a37b..86f34d2a5f1e 100644
--- a/devel/zydis/Makefile
+++ b/devel/zydis/Makefile
@@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
ONLY_FOR_ARCHS_REASON= see definitions in include/Zycore/Defines.h
-USES= cmake localbase:ldflags
+USES= cmake cpe localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= zyantific
GH_TUPLE= zyantific:zycore-c:273e26a:zydis/dependencies/zycore
+CPE_VENDOR= zyantific
.include <bsd.port.mk>