# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               github 1.0
PortGroup               php 1.1

github.setup            laruence php-taint 1.2.2 taint-
platforms               darwin
maintainers             ryandesign openmaintainer
license                 PHP-3.01

php.branches            5.3 5.4
php.pecl                yes

description             detects XSS and SQL-injection vulnerabilities

long_description        ${name} is a PHP extension for detecting cross-site \
                        scripting (XSS) and SQL-injection vulnerabilities.

if {${name} ne ${subport}} {
    distname            ${php.pecl.name}-${version}

    checksums           rmd160  09773bed91dd5f0aa7c34be6b4a50172a1635176 \
                        sha256  ea38bfeb20c1ae46477db4bd5ae1ddf97b7b75abfba8c624e44dfb73643ad9ca

    configure.args      --enable-taint

    notes "
Use ${subport} only in a development environment, not in a production environment.
"
}