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

name                rb-protobuf
ruby.branches       3.4 3.3 3.2 3.1
ruby.setup          google-protobuf 4.34.1 gem {} rubygems
categories-append   devel
license             BSD
maintainers         nomaintainer
description         Protocol Buffers for Ruby
long_description    Protocol Buffers are Google's data interchange format \
                    for structured data serialization.
homepage            https://developers.google.com/protocol-buffers
checksums           rmd160  77dbf5b322a630180e17854358e1cb27d8d2ed52 \
                    sha256  347181542b8d659c60f028fa3791c9cccce651a91ad27782dbc5c5e374796cdc \
                    size    311296

if {${name} ne ${subport}} {
    depends_run-append \
                    port:protobuf-c
}
