freebsd-ports/textproc/rubygem-google-cloud-translate/Makefile
2022-12-30 17:05:38 +08:00

22 lines
645 B
Makefile

PORTNAME= google-cloud-translate
PORTVERSION= 3.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Translation API
WWW= https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-translate
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
rubygem-google-cloud-translate-v2>=0.0<2.0:textproc/rubygem-google-cloud-translate-v2 \
rubygem-google-cloud-translate-v3>=0.0<2.0:textproc/rubygem-google-cloud-translate-v3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>