ports/devel/rubygem-google-api-client/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>