aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-googleapis-common-protos-types/Makefile
blob: d8149fd89e0d8e974a605dc2ff6d4926f8c4a437 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	googleapis-common-protos-types
PORTVERSION=	1.20.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Common protocol buffer types used by Google APIs
WWW=		https://github.com/googleapis/common-protos-ruby/tree/main/googleapis-common-protos-types \
		https://github.com/googleapis/common-protos-ruby

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-google-protobuf>=3.18<5.0:devel/rubygem-google-protobuf

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>