git: 0a363feacbae - main - security/py-pwntools: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 May 2022 14:59:44 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0a363feacbaec9c17eb2ca438511e86a04b05ffc
commit 0a363feacbaec9c17eb2ca438511e86a04b05ffc
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-05-10 14:53:24 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-05-10 14:53:24 +0000
security/py-pwntools: Add CPE information
Approved by: portmgr (blanket)
---
security/py-pwntools/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/security/py-pwntools/Makefile b/security/py-pwntools/Makefile
index cdcd2aead7d1..b454a0b8828f 100644
--- a/security/py-pwntools/Makefile
+++ b/security/py-pwntools/Makefile
@@ -32,7 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=3.0.5rc2:devel/py-capstone@${PY_FL
${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}unicorn>=1.0.2rc1:emulators/py-unicorn@${PY_FLAVOR}
-USES= python
+USES= python cpe
USE_PYTHON= autoplist concurrent distutils
+CPE_VENDOR= pwntools_project
+
.include <bsd.port.mk>