# -*- 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.35.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  f95838e1fd33434e38d3c693822992f9a4435316 \
                    sha256  a3a6471331d918f58dfa4d014a8f6286f0af2cf4840216bde52fcf2ea3fe3726 \
                    size    313344

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