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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Apache-Test 1.43
revision            0
platforms           {darwin any}
license             Apache-2
maintainers         nomaintainer
supported_archs     noarch

description         Facilitates testing of Apache::* modules

long_description    ${description}

checksums           rmd160  e9b874ce9d9a7355ad9ce311c8df00f3a6d95b16 \
                    sha256  a9999f02a781a589218b589b1879c11c495a745af09575e5cbb22dfcb65680ac \
                    size    153745

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cgi \
                    port:p${perl5.major}-libwww-perl
}
