summaryrefslogtreecommitdiff
path: root/net/rubygem-stackdriver-core/Makefile
blob: ae4a94abb142f76272bacc0a9fdecfef9fb4a42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	stackdriver-core
PORTVERSION=	1.7.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Internal shared library for the Ruby Stackdriver integration libraries
WWW=		https://cloud.google.com/ruby/docs/reference/stackdriver-core/latest/ \
		https://googleapis.github.io/google-cloud-ruby/docs/ \
		https://github.com/googleapis/google-cloud-ruby/tree/main/stackdriver-core \
		https://github.com/googleapis/google-cloud-ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>