# -*- 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         Test-HTTP-Server-Simple 0.11
maintainers         nomaintainer
# per README, you can redistribute it and/or modify it under the same terms as Perl itself.
license             {Artistic-1 GPL}

description         Test::More functions for HTTP::Server::Simple
long_description    ${description}

checksums           rmd160 9a21aa16622b35b21c8dad169e155defa4e69526 \
                    sha256 85c97ebd4deb805291b17277032da48807228f24f89b1ce2fb3c09f7a896bb78

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-http-server-simple
}
