# -*- 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.161520
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  27e3b6448400c01551fa8bc3fcfa7e984551f1c3 \
                    sha256  97dfa79a309a086e184a4e61047f8a10ffb3db051025e7d222a25f19130ba417 \
                    size    17163

 if {${perl5.major} != ""} {
     depends_lib-append \
                     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

}
