2022-04-23 17:46:04 +02:00
|
|
|
PORTNAME= ropgadget
|
2023-03-11 17:43:21 +01:00
|
|
|
PORTVERSION= 7.3
|
2022-04-23 17:46:04 +02:00
|
|
|
CATEGORIES= security python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-04-23 17:46:04 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ROPGadget-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Tool to search gadgets to facilitate ROP exploitation
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pypi.org/project/ropgadget/
|
2022-04-23 17:46:04 +02:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=4.0.1:devel/py-capstone@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2022-08-23 19:47:51 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2022-04-23 17:46:04 +02:00
|
|
|
.include <bsd.port.mk>
|