# -*- 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         Module-Path 0.19
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Module::Path - get the full path to a locally installed module
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  3151dcaa78e18917e21511d6eb8a9c390daf0d51 \
                    sha256  b33179ce4dd73dfcde7d46808804b9ffbb11db0245fe455a7d001747562feaca

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-findperl

    depends_lib-append \
                    port:p${perl5.major}-getopt-long

    supported_archs noarch
}
