# -*- 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-Passphrase 0.021
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::Passphrase - A module for managing passwords in a cryptographically agile manner
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  c77df0267d78edd27a1d43ed26b9641c23c41868 \
                    sha256  3736175941329d8222852f605098e26bd41f2d1a9904e9d79313a6693ba34fe4 \
                    size    25206

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-crypt-sysrandom \
                    port:p${perl5.major}-crypt-sysrandom-xs \
                    port:p${perl5.major}-digest-md5 \
                    port:p${perl5.major}-digest-sha \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-mime-base64 \
                    port:p${perl5.major}-scalar-list-utils \
                    port:p${perl5.major}-unicode-normalize
}
