# -*- 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 5.28 5.30
perl5.setup         HTTP-Cookies 6.05
platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         HTTP::Cookies - HTTP cookie jars
long_description    ${description}

checksums           rmd160  db97f11dda586ec164136aade0f7046bd312cf85 \
                    sha256  58e1cd041bfcf33c2ab4140de7a757234809b8cf072afa727a6f3ffe84b66f5d \
                    size    40126

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