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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Common protocol buffer types used by Google APIs

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>