aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-google-protobuf/Makefile
blob: b0950b0084f15ca65a7f249e197fb705216c9f48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	google-protobuf
PORTVERSION=	3.21.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>