# -*- 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         AWS-Signature4 1.02

platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             Artistic-2

description         Create a version4 signature for Amazon Web Services

long_description    {*}${description}

checksums           rmd160 7067abc1e5425b27c6df36e425aa5e0224e83343 \
                    sha256 20bbc16cb3454fe5e8cf34fe61f1a91fe26c3f17e449ff665fcbbb92ab443ebd

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

perl5.use_module_build
