# -*- 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-Share 0.27
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         File::Share - Extend File::ShareDir to Local Libraries
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  350b06922a3b606d48ddb875a68c348e804d2a55 \
                    sha256  d6e8f4b55ebd38e0bb45e44392e3fa27dc1fde16abc5d1ff53e157e19a5755be \
                    size    14130

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-file-sharedir \
                    port:p${perl5.major}-readonly
}
