# -*- 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-Negotiate 6.01
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         HTTP content negotiation
long_description    ${description}

checksums           rmd160  bfc839ac4ff7ef24b7154f2702cdb107c882e8c6 \
                    sha256  1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-http-message
}
