# -*- 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-PasswdMD5 1.44 ../../authors/id/R/RS/RSAVAGE
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::PasswdMD5 - Provide interoperable MD5-based crypt() functions
long_description    {*}${description}

extract.suffix      .tgz

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  6c67469329e86bcdedaad629a1456f31ab1a42f6 \
                    sha256  136e4f56d291fba61ce9857f3bab3f653106ddbb8cc930543359598d83e40ce7 \
                    size    11819

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-crypt-urandom \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-exporter \
                    port:p${perl5.major}-extutils-makemaker
}
