blob: 8ca0af7319c9a3ffc74791e5ad1b1d46b164bca4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= google-protobuf
PORTVERSION= 3.25.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
WWW= https://protobuf.dev/ \
https://github.com/protocolbuffers/protobuf \
https://github.com/protocolbuffers/protobuf/tree/main/ruby
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
USES= gem shebangfix
PORTSCOUT= limit:^3\.
SHEBANG_GLOB= *.rb
.include <bsd.port.mk>
|