# -*- 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
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         HTTP-Message 6.08
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  2c09fde11ad5db4e10c3ac70c86f2e5568e778fe \
                    sha256  7e45b3013e2099a56b50f28bd880cafadfbc603025c0ebde761898bac3f14324

if {${perl5.major} != ""} {
    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
}