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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Google-ProtocolBuffers 0.12
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         simple interface to Google Protocol Buffers
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  a2d6c57606cffff4bde573900cf355da4a5c1093 \
                    sha256  b38449c60b9a2712dde481485cc7ab03b2a0ac1c3fd480b3853e4111ac294d71

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-parse-recdescent
}
