# -*- 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

epoch               1
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         JSON-XS 4.04 ../../authors/id/M/ML/MLEHMANN
license             {Artistic-1 GPL}
maintainers         {nottwo @nottwo} openmaintainer

description         JSON serialising/deserialising, done correctly and fast
long_description    This module converts Perl data structures to JSON and \
                    vice versa. Its primary goal is to be *correct* and its \
                    secondary goal is to be *fast*.  To reach the latter goal \
                    it was written in C.

checksums           rmd160  fda29e86ddd214e3aa85bb5f4bb6609d7a0961a5 \
                    sha256  8eff1e9f304c5625b59ab7b42258415f6d3e3681c1ddab6b725518a018a7f5e0 \
                    size    87082

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

    depends_lib-append \
                    port:p${perl5.major}-common-sense \
                    port:p${perl5.major}-types-serialiser
}
