# -*- 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-Argon2 0.029 ../../authors/id/L/LE/LEONT
revision            0
license             Apache-2
maintainers         {devans @dbevans} openmaintainer
description         Crypt::Argon2 - Perl interface to the Argon2 key derivation functions
long_description    {*}${description}

checksums           rmd160  da2b6da925a04de0afb06ee4784e3483a998f832 \
                    sha256  671eea630ca9de5e5e8cd8d08be1e255f8a54c7cfc59ef0205953eaeabf39724 \
                    size    41344

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

    depends_lib-append \
                    port:p${perl5.major}-time-hires \
                    port:p${perl5.major}-xsloader

    perl5.use_module_build
}
