# -*- 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.023 ../../authors/id/L/LE/LEONT
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  eaca52ec72c1423f65321bb08d51706823e40d4c \
                    sha256  d0474300f88f13da7e5de18d9b95d69473536dc862811925aa1b08c44314e979 \
                    size    26638

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
}
