aboutsummaryrefslogtreecommitdiffstats
path: root/security/sqlmap/Makefile
blob: 948b629180e85d89bb6057e7fe8abbaa58f40639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$

PORTNAME=   sqlmap
PORTVERSION=    1.2
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP

MAINTAINER= rm@FreeBSD.org
COMMENT=    Automatic SQL injection tool

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/sqlmap/LICENSE

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>