freebsd-ports/security/py-ropgadget/Makefile
2023-09-01 13:35:03 +02:00

21 lines
485 B
Makefile

PORTNAME= ropgadget
PORTVERSION= 7.4
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ROPGadget-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Tool to search gadgets to facilitate ROP exploitation
WWW= https://pypi.org/project/ropgadget/
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=4.0.1:devel/py-capstone@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>