# -*- 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-Tiny 0.096 ../../authors/id/H/HA/HAARG
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         HTTP::Tiny - A small, simple, correct HTTP/1.1 client
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  e6eaa04587947a7c0e5365ed8179d48fe7777e5b \
                    sha256  1df1a8caecbf97a2cbe002a655e0fe21d4cd5bbee9e40656a3a602423f98eaef \
                    size    81773

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-http-cookiejar \
                    port:p${perl5.major}-io-socket-ip \
                    port:p${perl5.major}-io-socket-ssl \
                    port:p${perl5.major}-net-ssleay \
                    port:p${perl5.major}-time-hires
}
