# -*- 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
perl5.setup         HTTP-CookieMonster 0.09
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         HTTP::CookieMonster - Easy read/write access to your jar of HTTP::Cookies
long_description    ${description}

platforms           darwin

checksums           rmd160  32c59075a3bcffd15020aad9f8170d63043e5754 \
                    sha256  d987b69133dbba219cf9dd3590f4e188b581277cc235ccf58333d0dbb25dc2b3

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-data-serializer \
                    port:p${perl5.major}-test-most

    depends_lib-append \
                    port:p${perl5.major}-http-cookies \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-safe-isa \
                    port:p${perl5.major}-uri

    supported_archs noarch
    perl5.use_module_build
}