blob: 0e1caf4226de83a36d48ca95e0afa20018f3fd73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= google-protobuf
PORTVERSION= 3.21.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension to Google Protocol Buffers
LICENSE= BSD3CLAUSE
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_GLOB= *.rb
.include <bsd.port.mk>
|