# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 epoch 1 perl5.branches 5.24 perl5.setup JSON-XS 3.02 license {Artistic-1 GPL} maintainers 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 297f36922ab9be36086fe4c264fc1117e9ea0045 \ sha256 5f6a5944887d75f1d34440a2d9e69ef12e23f434af23acb143fb0241f40b02be platforms darwin 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 }