opnsense-ports/security/sqlmap/Makefile
Franco Fichtner 8b51cdff41 */*: sync with upstream
Taken from: HardenedBSD
2017-07-16 00:05:38 +02:00

27 lines
567 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= sqlmap
PORTVERSION= 1.1.7
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
MAINTAINER= rm@FreeBSD.org
COMMENT= Automatic SQL injection tool
EXPLICIT_SAFESTACK= yes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/sqlmap/doc/COPYING
NO_ARCH= yes
USES= python:-2.7 shebangfix
USE_PYTHON= autoplist distutils
SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh
OPTIONS_DEFINE= MSF
MSF_DESC= Enable Metasploit Framework integration
MSF_RUN_DEPENDS= msfcli:security/metasploit
.include <bsd.port.mk>