Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name gwee
version 1.36
categories www security
platforms darwin
maintainers nomaintainer@macports.org
description tool to exploit command execution vulnerabilities in web scripts
long_description gwee (generic web exploitation engine) is a small program \
written in C designed to exploit arbitrary command \
execution vulnerabilities in web scripts, such as Perl \
CGIs, PHP, etc.

homepage http://tigerteam.se/dl/gwee/
master_sites ${homepage}
checksums md5 4e0c09fdc6a261e80bdba34aba1f9a29

depends_run bin:python:python23 \
bin:perl:perl5.8

use_configure no

build.target unix

destroot {
xinstall -m 755 ${worksrcpath}/gwee ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/gwee.1 ${destroot}${prefix}/share/man/man1
}