# -*- 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.26 5.28
perl5.setup         Test-Version 2.09
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Version - Check to see that versions in modules are sane
long_description    ${description}

platforms           darwin

checksums           rmd160  f84c3d6337f44466083c4598a200a790b969d7db \
                    sha256  9ce1dd2897a5f30e1b7f8966ec66f57d8d8f280f605f28c7ca221fa79aca38e0 \
                    size    23396

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

    depends_lib-append \
                    port:p${perl5.major}-file-find-rule-perl

    supported_archs noarch
}
