# -*- 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         Authen-Simple 0.5
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Simple Authentication
long_description    ${description}

checksums           rmd160 3d15fa2747699163a5a3cdc610c55d04ceb62f68 \
                    sha256 02cddab47f8bf1a1cbd4c9bf8d258f6d05111499c33f8315e7244812f72613aa

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-class-data-inheritable \
                    port:p${perl5.major}-crypt-passwdmd5 \
                    port:p${perl5.major}-params-validate

    patchfiles      patch-default-inc-excludes-dot.diff
}
