31 lines
730 B
Makefile
31 lines
730 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= google-api-client
|
|
PORTVERSION= 0.25.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Client for accessing Google APIs
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.5.1:www/rubygem-addressable \
|
|
rubygem-googleauth06>=0.5:security/rubygem-googleauth06 \
|
|
rubygem-httpclient>=2.8.1:www/rubygem-httpclient \
|
|
rubygem-mime-types>=3.0:misc/rubygem-mime-types \
|
|
rubygem-representable>=3.0:textproc/rubygem-representable \
|
|
rubygem-retriable>=2.0:devel/rubygem-retriable \
|
|
rubygem-signet>=0.9:security/rubygem-signet
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/generate-api
|
|
|
|
.include <bsd.port.mk>
|