summaryrefslogtreecommitdiff
path: root/devel/rubygem-google-protobuf/Makefile
blob: 5ae1f2411ae1ed7b15f2244bf3bb143d3241061b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	google-protobuf
PORTVERSION=	4.31.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby extension to Google Protocol Buffers
WWW=		https://protobuf.dev/ \
		https://github.com/protocolbuffers/protobuf \
		https://github.com/protocolbuffers/protobuf/tree/main/ruby

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
		rubygem-rake>=13:devel/rubygem-rake

USES=		gem shebangfix

SHEBANG_GLOB=	*.rb

.include <bsd.port.mk>