git: bc39fa5fc43c - main - devel/py-capstone: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 21:33:32 UTC
The branch main has been updated by se:

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

commit bc39fa5fc43c8b4171180e6839a9a1a7a9c713a1
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:39 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:39 +0000

    devel/py-capstone: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/py-capstone/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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