31 lines
774 B
Makefile
31 lines
774 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= google-api-client
|
|
PORTVERSION= 0.42.2
|
|
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-addressable>=2.5.1<3:www/rubygem-addressable \
|
|
rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
|
|
rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \
|
|
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
|
|
rubygem-representable>=3.0<4:textproc/rubygem-representable \
|
|
rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \
|
|
rubygem-signet>=0.12<1:security/rubygem-signet
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/generate-api
|
|
|
|
SHEBANG_FILES= .kokoro/build.sh
|
|
|
|
.include <bsd.port.mk>
|