# -*- 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-CPANfile 1.1004
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Module::CPANfile - Parse cpanfile
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f984b14f225484b450be769afd67270b63b630d7 \
                    sha256  88efbe2e9a642dceaa186430fedfcf999aaf0e06f6cced28a714b8e56b514921 \
                    size    22989

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-file-pushd \
                    port:p${perl5.major}-json-pp \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-cpan-meta
}
