freebsd-ports/devel/rubygem-google-apis-generator/Makefile

26 lines
724 B
Makefile

PORTNAME= google-apis-generator
PORTVERSION= 0.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Code generator for legacy Google REST clients
WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-activesupport60>=5.0:devel/rubygem-activesupport60 \
rubygem-gems>=1.2<2:devel/rubygem-gems \
rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core \
rubygem-google-apis-discovery_v1>=0.5<1:devel/rubygem-google-apis-discovery_v1 \
rubygem-thor>=0.20<2:devel/rubygem-thor
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/generate-api
.include <bsd.port.mk>