mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
935 B
Tcl
24 lines
935 B
Tcl
# -*- 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.0 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 c0825230ab28dc8d5be79fa66a2057fbcaf49b20 \
|
|
sha256 95346162c792ed78c9a28cbf2d937a53f706de6df36a27471582f63f03c30c0d \
|
|
size 313344
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:protobuf-c
|
|
}
|