blob: bbc4611ee5a5548248034f05782c2b7180faf866 (
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
|
PORTNAME= oci
DISTVERSION= 2.22.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ale_sagra@hotmail.com
COMMENT= Ruby client for the Oracle Cloud Infrastructure API
WWW= https://github.com/oracle/oci-ruby-sdk/
LICENSE= APACHE20
RUN_DEPENDS= rubygem-circuitbox>=2.0.0:www/rubygem-circuitbox \
rubygem-inifile>=3.0.0:textproc/rubygem-inifile \
rubygem-json>=1.4.6:devel/rubygem-json \
rubygem-event_stream_parser>=1.0.0:devel/rubygem-event_stream_parser \
rubygem-jwt>2.1:www/rubygem-jwt \
rubygem-psych>5:textproc/rubygem-psych
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|