Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:25:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 277e1cc1085e - main - dns/py-dns-lexicon: Add OCI option
Message-ID:  <202109212225.18LMPQtw039132@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=277e1cc1085e94b148d12c49bf8644e8269483dd

commit 277e1cc1085e94b148d12c49bf8644e8269483dd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:13:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:23:35 +0000

    dns/py-dns-lexicon: Add OCI option
---
 dns/py-dns-lexicon/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile
index 727b38c8051d..03d2acb5dcba 100644
--- a/dns/py-dns-lexicon/Makefile
+++ b/dns/py-dns-lexicon/Makefile
@@ -23,10 +23,11 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DDNS GRANSY LOCALZONE ROUTE53 SOFTLAYER TRANSIP
+OPTIONS_DEFINE=	DDNS GRANSY LOCALZONE OCI ROUTE53 SOFTLAYER TRANSIP
 DDNS_DESC=	Dynamic DNS support
 GRANSY_DESC=	Gransy support
 LOCALZONE_DESC=	localzone support
+OCI_DESC=	Oracle Cloud Infrastructure (OCI) support
 ROUTE53_DESC=	Route 53 support
 SOFTLAYER_DESC=	SoftLayer (IBM Cloud) support
 TRANSIP_DESC=	TransIP support
@@ -34,6 +35,7 @@ TRANSIP_DESC=	TransIP support
 DDNS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython2>=2<3:dns/py-dnspython2@${PY_FLAVOR}
 GRANSY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=3<5:net/py-zeep@${PY_FLAVOR}
 LOCALZONE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8<1:dns/py-localzone@${PY_FLAVOR}
+OCI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oci>=2<3:devel/py-oci@${PY_FLAVOR}
 ROUTE53_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1<2:www/py-boto3@${PY_FLAVOR}
 SOFTLAYER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}softlayer>=5<6:net/py-softlayer@${PY_FLAVOR}
 TRANSIP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}transip>=2<3:net/py-transip@${PY_FLAVOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212225.18LMPQtw039132>