aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-errors/Makefile
blob: 6f210bba701ecff7cefb6d04707461ec8bf70000 (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-errors
PORTVERSION=	1.5.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Define error classes for google-cloud-ruby
WWW=		https://cloud.google.com/ruby/docs/reference/google-cloud-errors/latest/ \
		https://googleapis.github.io/google-cloud-ruby/docs/ \
		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-errors \
		https://github.com/googleapis/google-cloud-ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>