Source
xxxxxxxxxx
# -*- 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-Cookies 6.04
platforms darwin
maintainers nomaintainer
license {Artistic-1 GPL}
supported_archs noarch
description HTTP::Cookies - HTTP cookie jars
long_description ${description}
checksums rmd160 3ad2cca6826e9ad762ce017de699eefa9651fdb4 \
sha256 0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-http-date \
port:p${perl5.major}-http-message
}