summaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-env/Makefile
blob: 6912c03a7ac1f5a072147d3bd7d0baadfd037c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	google-cloud-env
PORTVERSION=	1.5.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provides information on Google Cloud Platform hosting environment

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-faraday>=0.17.3<2.0:www/rubygem-faraday

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>