mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
44d8097580
- update to 1.2.7 - add missing dependency upon sqlite3 [1] PR: 228456 Submitted by: David Siebörger <drs-freebsd@sieborger.nom.za> [1]
28 lines
644 B
Makefile
28 lines
644 B
Makefile
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlmap
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Automatic SQL injection tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/sqlmap/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python:-2.7 shebangfix
|
|
USE_PYTHON= autoplist distutils
|
|
SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py
|
|
|
|
OPTIONS_DEFINE= MSF
|
|
MSF_DESC= Enable Metasploit Framework integration
|
|
|
|
MSF_RUN_DEPENDS= msfcli:security/metasploit
|
|
|
|
.include <bsd.port.mk>
|