aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-12-13 20:34:58 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-12-13 20:47:13 +0000
commitca302e6a67df98fc658af2bf5537f06171985620 (patch)
tree936c5a8949d7127466a9d8f0972379295f0b4405
parentfdd879d3bfef59edad48ae553adaff18b9c8e174 (diff)
downloadports-ca302e6a67df98fc658af2bf5537f06171985620.tar.gz
ports-ca302e6a67df98fc658af2bf5537f06171985620.zip
devel/zydis: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/zydis/Makefile3
1 files changed, 2 insertions, 1 deletions
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>