# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup JSON-MaybeXS 1.003008 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP long_description ${description} checksums rmd160 930ef3dc9d2897a96b93386ee3e74979a119febd \ sha256 0964385e021397283de5a9581c524a3a847bb069d63f3ea4ba6f9c4d214c6c82 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-json-xs depends_lib-append \ port:p${perl5.major}-cpanel-json-xs }