aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:39 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:39 +0000
commitbc39fa5fc43c8b4171180e6839a9a1a7a9c713a1 (patch)
tree88cb45772b27599faf0847b0cd5468b515894529
parent1bc45e11ea859e8de09813e043daedc8932c4f16 (diff)
downloadports-bc39fa5fc43c8b4171180e6839a9a1a7a9c713a1.tar.gz
ports-bc39fa5fc43c8b4171180e6839a9a1a7a9c713a1.zip
devel/py-capstone: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/py-capstone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-capstone/Makefile b/devel/py-capstone/Makefile
index 1f7bcc7c9252..fcfc3729cb5f 100644
--- a/devel/py-capstone/Makefile
+++ b/devel/py-capstone/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
LIB_DEPENDS= libcapstone.so:devel/capstone4
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= ${PORTNAME}-engine
USE_PYTHON= autoplist distutils
MAKE_ENV+= LIBCAPSTONE_PATH= # Prevent bundled libcapstone from being built