1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

security/py-pwntools: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2022-05-10 14:53:24 +00:00
parent 9312a4ea81
commit 0a363feacb
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -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>