aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-core/Makefile
blob: c7b34c1cd047af54e4e4ca628ab3a9e89355dfc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	google-cloud-core
PORTVERSION=	1.6.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Internal shared library for Google Cloud Client Library
WWW=		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-core

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-google-cloud-env>=1.0<2:net/rubygem-google-cloud-env \
		rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>