blob: 15d390298d272345fa51f9dddf904ccc633cf82f (
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.1
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>
|