# -*- 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         LWP-UserAgent-Cached 0.08

platforms           {darwin any}
maintainers         {@TheKevJames thekev.in:macports} openmaintainer
license             {Artistic-1 GPL}
description         LWP::UserAgent with simple caching mechanism
long_description    LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request.

checksums           rmd160  ccee3a4cc1143e6cac8f754d7bdaa4ab1241d97c \
                    sha256  3dce5ab4c78041656ce78564f76033e5bd1ec386f54d2e7b30740ae48ee787c3 \
                    size    8527

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

    supported_archs noarch
}
