mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
devel/rubygem-google-protobuf315: Add rubygem-google-protobuf315 3.15.8 (copied from rubygem-google-protobuf)
- Add PORTSCOUT
This commit is contained in:
parent
22c87760e4
commit
d912fa0579
@ -6226,6 +6226,7 @@
|
||||
SUBDIR += rubygem-google-gax
|
||||
SUBDIR += rubygem-google-protobuf
|
||||
SUBDIR += rubygem-google-protobuf314
|
||||
SUBDIR += rubygem-google-protobuf315
|
||||
SUBDIR += rubygem-google-protobuf38
|
||||
SUBDIR += rubygem-googleapis-common-protos
|
||||
SUBDIR += rubygem-googleapis-common-protos-types
|
||||
|
21
devel/rubygem-google-protobuf315/Makefile
Normal file
21
devel/rubygem-google-protobuf315/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= google-protobuf
|
||||
PORTVERSION= 3.15.8
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 315
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby extension to Google Protocol Buffers
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.15\.
|
||||
|
||||
SHEBANG_GLOB= *.rb
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-google-protobuf315/distinfo
Normal file
3
devel/rubygem-google-protobuf315/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1620405341
|
||||
SHA256 (rubygem/google-protobuf-3.15.8.gem) = 3d943d9bae7bec674f487b862e4aab9ef066ba6cde1f6f6d7a2a26c348f32a35
|
||||
SIZE (rubygem/google-protobuf-3.15.8.gem) = 149504
|
9
devel/rubygem-google-protobuf315/pkg-descr
Normal file
9
devel/rubygem-google-protobuf315/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
|
||||
functionality. It makes use of generated Ruby code that defines message and enum
|
||||
types in a Ruby DSL. You may write definitions in this DSL directly, but we
|
||||
recommend using protoc's Ruby generation support with .proto files. The build
|
||||
process in this directory only installs the extension; you need to install
|
||||
protoc as well to have Ruby code generation functionality.
|
||||
|
||||
WWW: https://developers.google.com/protocol-buffers/
|
||||
WWW: https://github.com/google/protobuf/tree/master/ruby
|
Loading…
x
Reference in New Issue
Block a user