blob: d591d1f6af3a8876374ab4086720a230ae3a3199 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-cloud-translate
PORTVERSION= 3.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Translation API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \
rubygem-google-cloud-translate-v2>=0.0<1:textproc/rubygem-google-cloud-translate-v2 \
rubygem-google-cloud-translate-v3>=0.0<1:textproc/rubygem-google-cloud-translate-v3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|