# -*- 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         Perl-Version 1.018
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl::Version - Parse and manipulate Perl version strings
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  37c3935660e9d7b4bfd22b753ffd6b14b6832759 \
                    sha256  ffddcd3771f1f8a12b30f87650d325f651ae1ef4daa0ebf8abda38ba8f5e3dcd \
                    size    31452

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-data-dumper \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-scalar-list-utils
}
