# -*- 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         Crypt-PBKDF2 0.261630 ../../authors/id/A/AR/ARODLAND
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Crypt::PBKDF2 - The PBKDF2 password hashing algorithm
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a12117acfcb009bdbf53bd377df29c5a972b7b73 \
                    sha256  18757189638932b309b34c45bb810aa3e4856e3ed580100017dade65793f46c0 \
                    size    17986

 if {${perl5.major} != ""} {
     depends_build-append \
                     port:p${perl5.major}-module-build-tiny

     depends_lib-append \
                     port:p${perl5.major}-crypt-urandom \
                     port:p${perl5.major}-digest-hmac \
                     port:p${perl5.major}-digest-sha3 \
                     port:p${perl5.major}-module-runtime \
                     port:p${perl5.major}-moo \
                     port:p${perl5.major}-namespace-autoclean \
                     port:p${perl5.major}-test-fatal \
                     port:p${perl5.major}-try-tiny \
                     port:p${perl5.major}-type-tiny \
                     port:p${perl5.major}-strictures

    perl5.use_module_build
}
