# -*- 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         WWW-OAuth 1.003
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         WWW::OAuth - Portable OAuth 1.0 authentication
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  ccde646d9c1ce213f3603a2426da68efe3060f0f \
                    sha256  8fcb117acd71b07fb6fe9dd4330b4f6cc702634520270b1d1bedb925e58e1df6 \
                    size    27014

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

    depends_lib-append \
                    port:p${perl5.major}-class-tiny-chained \
                    port:p${perl5.major}-crypt-sysrandom \
                    port:p${perl5.major}-crypt-sysrandom-xs \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-role-tiny \
                    port:p${perl5.major}-uri \
                    port:p${perl5.major}-www-form-urlencoded
}
