# -*- 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         HTTP-Thin 0.006
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         HTTP::Thin - A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  76f3201a70f0e15a3790a92950fc7cf045acea80 \
                    sha256  c4a78588c194603222b0a6b426e61692189def0ce4a0581791873b8720f79e9e \
                    size    11562

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-method-modifiers \
                    port:p${perl5.major}-http-message \
                    port:p${perl5.major}-http-tiny \
                    port:p${perl5.major}-hash-multivalue \
                    port:p${perl5.major}-safe-isa

    supported_archs noarch
}
