Files
ports/textproc/rubygem-google-cloud-translate-v3/Makefile
T
Sunpoet Po-Chuan Hsieh c3f7b0ccc6 Add rubygem-google-cloud-translate-v3 0.2.0
API Client library for the Cloud Translation V3 API

Cloud Translation can dynamically translate text between thousands of language
pairs. Translation lets websites and programs programmatically integrate with
the translation service.

WWW: https://github.com/googleapis/google-cloud-ruby
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-translate-v3
2021-02-06 20:43:20 +00:00

24 lines
511 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-cloud-translate-v3
PORTVERSION= 0.2.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Translation V3 API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-gapic-common>=0.3<1:devel/rubygem-gapic-common \
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>