# -*- 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         Test-Deep-JSON 0.05
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Deep::JSON - Compare JSON with Test::Deep
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  90e1e87ea76943709983e3c15c1a09f447c86a89 \
                    sha256  aec8571b9e31b7301e26132c132c6800952dc089c645d76954a3ad1a6b350858 \
                    size    10250

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny

    depends_lib-append \
                    port:p${perl5.major}-exporter-lite \
                    port:p${perl5.major}-json-maybexs \
                    port:p${perl5.major}-test-deep

    perl5.use_module_build
    supported_archs noarch
}
