# -*- 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         App-Info 0.57 ../../authors/id/D/DW/DWHEELER
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         App::Info - Information about software packages on a system
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  03e6c4228b39373a4a957460d31cdb7b679995b5 \
                    sha256  bd1ce3bb4ca69645b04c07639573a48da8ae866d46d91a763e4fec53c9e70c15 \
                    size    90300

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

    depends_lib-append \
                    port:p${perl5.major}-test-pod

    perl5.use_module_build
}
