# -*- 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 CBOR-XS 1.5 ../by-authors/id/M/ML/MLEHMANN license {Artistic-1 GPL} maintainers devans openmaintainer description CBOR::XS - Concise Binary Object Representation (CBOR, RFC7049) long_description ${description} platforms darwin checksums rmd160 1f46efa72e677b84de68b3d326893bd322f80334 \ sha256 5871ef1a4c6aa8aec2fd8df26321539c151f1d670d08d404fb3761b21f710639 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 }