aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-google-protobuf/Makefile
blob: 2089f88e28b8df2499977922a5ed69bb65e930a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	google-protobuf
PORTVERSION=	3.12.4
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>