freebsd-ports/security/wapiti/Makefile
Philippe Audeoud f856a9ae6e - Update maintainer address
Approved by:	thierry (mentor)
2008-03-12 13:27:28 +00:00

36 lines
887 B
Makefile

# New ports collection makefile for: wapiti
# Date created: 3 October 2007
# Whom: Philippe Audeoud <jadawin@tuxaco.net>
# $FreeBSD$
PORTNAME= wapiti
PORTVERSION= 1.1.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= wapiti
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Wapiti is a vulnerability scanner for web applications
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tidy:${PORTSDIR}/www/py-utidy
USE_PYTHON= 2.3+
NO_BUILD= yes
PORTDOCS= README
PLIST_FILES= bin/wapiti.py \
bin/lswww.py \
bin/getcookie.py \
bin/cookie.py \
bin/BeautifulSoup.py
do-install:
.for i in wapiti.py lswww.py getcookie.py cookie.py BeautifulSoup.py
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>