# -*- 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
perl5.setup         Array-Compare v3.0.1
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  5a516d1f763e82851b633065f94234eb83af55f6 \
                    sha256  eb4f5889342690d2a9a6c2bcce55221e47155412e59842e424ea41ed9a34d23b \
                    size    9481

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
}