# -*- 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-Message 6.46
license             {Artistic-1 GPL}
maintainers         nomaintainer

platforms           {darwin any}
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  6f11c4f713d9d40b90a45c661bf22f1088d315a5 \
                    sha256  e27443434150d2d1259bb1e5c964429f61559b0ae34b5713090481994936e2a5 \
                    size    95274

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

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