ports/security/sqlmap/Makefile
Ruslan Makhmatkhanov d3152e4fa5 security/sqlmap: update to 1.8
- update to 1.8, this fixes runtime and adds support of latest Python version
 - convert to pep517

PR:		278345
Reported by:	runtomaker@gmail.com
2024-05-19 03:19:14 +03:00

29 lines
778 B
Makefile

PORTNAME= sqlmap
PORTVERSION= 1.8
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Automatic SQL injection tool
WWW= https://sqlmap.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/sqlmap/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist pep517
SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py
NO_ARCH= yes
OPTIONS_DEFINE= MSF
MSF_DESC= Enable Metasploit Framework integration
MSF_RUN_DEPENDS= msfcli:security/metasploit
.include <bsd.port.mk>