# -*- 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         File-HomeDir 1.006 ../../authors/id/R/RE/REHSACK
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Find your home and other directories, on any platform.
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  fe60c075c77f6243f03a15f1c5b54368c203b2e7 \
                    sha256  593737c62df0f6dab5d4122e0b4476417945bb6262c33eedc009665ef1548852 \
                    size    35855

supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-file-which \
                    port:p${perl5.major}-mac-systemdirectory
}
