mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
- update to 1.8, this fixes runtime and adds support of latest Python version - convert to pep517 PR: 278345 Reported by: runtomaker@gmail.com
29 lines
778 B
Makefile
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>
|