opnsense-ports/security/sqlmap/Makefile
Franco Fichtner 673ddea369 */*: sync with upstream
Taken from: FreeBSD
2016-11-09 07:08:02 +01:00

24 lines
473 B
Makefile

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