# -*- 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         Plack-Test-ExternalServer 0.02

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Plack::Test::ExternalServer - Run HTTP tests on external live servers

long_description    ${description}

checksums           rmd160  3d84e418303df04878f275cf743ccca17ada7e3f \
                    sha256  5baf5c57fe0c06412deec9c5abe7952ab8a04f8c47b4bbd8e9e9982268903ed0

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-http-message \
                    port:p${perl5.major}-plack \
                    port:p${perl5.major}-test-tcp

    depends_lib-append \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-uri
}
