2008-07-08 21:35:23 +00:00
|
|
|
# New ports collection makefile for: ratproxy
|
|
|
|
# Date created: 3 July 2008
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ratproxy
|
2009-05-27 16:54:33 +00:00
|
|
|
PORTVERSION= 1.58
|
2008-07-08 21:35:23 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
|
2009-03-28 01:16:37 +00:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2008-07-08 21:35:23 +00:00
|
|
|
COMMENT= Semi-automated, largely passive web application security audit tool
|
|
|
|
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/ratproxy \
|
|
|
|
bin/ratproxy-report.sh
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|