# -*- 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
PortGroup           deprecated 1.0

# The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
# Mark deprecated due to lack of upstream support
deprecated.upstream_support no

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         JSON-Any 1.42 ../../authors/id/E/ET/ETHER
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  3b5242882cc1aebdee0958b0a94cce2c98da643f \
                    sha256  babbb638a86758658ca403d953665cda4bc2595d92873604744e903e5ee8c820 \
                    size    40930

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-needs \
                    port:p${perl5.major}-test-warnings \
                    port:p${perl5.major}-test-without-module

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