# -*- 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-CPAN-Meta-JSON 0.16 ../../authors/id/B/BA/BARBIE
revision            0
checksums           rmd160  2c188894b62e906b491e0ea7a67ee0f47ce56a40 \
                    sha256 67ac509adffb1d2b256a8f8c0523e00761d960166192c6070298f7088a9ae9c9 \
                    size 21892

platforms           {darwin any}

license             Artistic-2
maintainers         {isi.edu:calvin @cardi} openmaintainer
description         Test::CPAN::Meta::JSON - Validate a META.json file within a CPAN distribution.
long_description    {*}${description}

if {${perl5.major} ne ""} {
    depends_lib-append \
                    port:p${perl5.major}-json

    supported_archs noarch
    perl5.link_binaries no
}
