blob: 39aa19e6372dff204ff398418442eb68135a9b61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-protobuf
PORTVERSION= 3.18.0
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>
|