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

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

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-googleapis-common-protos-types>=1.7<2:devel/rubygem-googleapis-common-protos-types \
		rubygem-google-protobuf>=3.18<5:devel/rubygem-google-protobuf

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>