# -*- 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.26
perl5.setup         HTTP-Message 6.16
platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         HTTP::Message - Representation of HTTP messages

long_description    The HTTP-Message distribution contains classes useful for representing \
                    the messages passed in HTTP style communication.  These are classes \
                    representing requests, responses and the headers contained within them.

checksums           rmd160  dc5cfd6e117b4975f9bcceec7b21eb618660ea8d \
                    sha256  46790ae127946d5cfea5a1e05c1b9f4a045a7c5094fe81f086bbf3341290ebd0 \
                    size    79196

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

    depends_lib-append \
                    port:p${perl5.major}-encode-locale \
                    port:p${perl5.major}-http-date \
                    port:p${perl5.major}-io-html \
                    port:p${perl5.major}-lwp-mediatypes \
                    port:p${perl5.major}-uri
}