# -*- 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-Middleware-RemoveRedundantBody 0.09

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

supported_archs     noarch

description         Plack::Middleware which sets removes body for HTTP response if it's not required
long_description    ${description}

checksums           rmd160  42381a19a07e05e1250266e93798708d5c779c35 \
                    sha256  80d45f93d6b7290b0bd8b3cedd84a37fc501456cc3dec02ec7aad81c0018087e \
                    size    10708

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

    depends_lib-append \
                    port:p${perl5.major}-plack
}


