freebsd-ports/devel/rubygem-oci/Makefile
2022-02-16 17:13:34 -05:00

22 lines
458 B
Makefile

# Created by: Alessandro Sagratini <ale_sagra@hotmail.com>
PORTNAME= oci
DISTVERSION= 2.17.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ale_sagra@hotmail.com
COMMENT= Ruby client for the Oracle Cloud Infrastructure API
LICENSE= APACHE20
RUN_DEPENDS= rubygem-inifile>=3.0.0:textproc/rubygem-inifile \
rubygem-json>=1.4.6:devel/rubygem-json \
rubygem-jwt>2.1:www/rubygem-jwt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>