mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
20 lines
436 B
Makefile
20 lines
436 B
Makefile
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>
|