# -*- 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-CookieJar 0.014 ../../authors/id/D/DA/DAGOLDEN
revision            0
license             Apache-2
maintainers         nomaintainer
description         HTTP::CookieJar - A minimalist HTTP user agent cookie jar
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  36c64c9b821ff9ce384312a0466b060f73449946 \
                    sha256  7094ea5c91f536d263b85e83ab4e9a963e11c4408ce08ecae553fa9c0cc47e73 \
                    size    29036

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-requires \
                    port:p${perl5.major}-uri

    depends_lib-append \
                    port:p${perl5.major}-http-date

    supported_archs noarch
}
