summaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-env/Makefile
blob: 25320f1dd3b7a2bea3cec819fc26f470bfa3e9e5 (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-env
PORTVERSION=	2.3.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provides information on Google Cloud Platform hosting environment
WWW=		https://github.com/googleapis/ruby-cloud-env

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-base64>=0.2<1:converters/rubygem-base64 \
		rubygem-faraday>=1.0<3.0:www/rubygem-faraday

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>