# -*- 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 5.30
perl5.setup         Array-Compare v3.0.3
epoch               1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl module which allows you to compare two arrays
long_description    ${description}

platforms           darwin

checksums           rmd160  5163b9b969023c9d991c920243864e9018e35c45 \
                    sha256  62ab7ccae9ef74c0e13a168fc3a69dbcf2fc61bdfd1def0be47a1fc94648168e \
                    size    9831

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

    depends_lib-append \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-type-tiny

    supported_archs noarch
    perl5.use_module_build
}