git: d44f40291e77 - main - devel/capstone4: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:12 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d44f40291e77fba9f9d9ad7a67556d4aac6cd0f5 commit d44f40291e77fba9f9d9ad7a67556d4aac6cd0f5 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:13 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:13 +0000 devel/capstone4: Add CPE information Approved by: portmgr (blanket) --- devel/capstone4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/capstone4/Makefile b/devel/capstone4/Makefile index 5f7b7b1ae30b..2fa80e2c4166 100644 --- a/devel/capstone4/Makefile +++ b/devel/capstone4/Makefile @@ -9,7 +9,8 @@ COMMENT= Multi-platform, multi-architecture disassembly framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -USES= gmake +USES= cpe gmake +CPE_VENDOR= ${PORTNAME}-engine USE_GITHUB= yes GH_ACCOUNT= aquynh USE_LDCONFIG= yes