freebsd-ports/security/ratproxy/Makefile
Steven Kreuzer 58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00

28 lines
690 B
Makefile

# New ports collection makefile for: ratproxy
# Date created: 3 July 2008
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= ratproxy
PORTVERSION= 1.51
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= skreuzer@FreeBSD.org
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>