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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Client for accessing Google APIs

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-google-apis-core>=0.1<1:devel/rubygem-google-apis-core \
		rubygem-google-apis-generator>=0.1<1:devel/rubygem-google-apis-generator

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>