Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 17:41:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522902 - head/dns/py-dns-lexicon
Message-ID:  <202001131741.00DHfan7081415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 13 17:41:35 2020
New Revision: 522902
URL: https://svnweb.freebsd.org/changeset/ports/522902

Log:
  Add EASYNAME, GRANSY, GRATISDNS, HENET, HETZNER, LOCALZONE, NAMECHEAP, PLESK, ROUTE53, SOFTLAYER, SUBREG and TRANSIP options

Modified:
  head/dns/py-dns-lexicon/Makefile

Modified: head/dns/py-dns-lexicon/Makefile
==============================================================================
--- head/dns/py-dns-lexicon/Makefile	Mon Jan 13 17:41:30 2020	(r522901)
+++ head/dns/py-dns-lexicon/Makefile	Mon Jan 13 17:41:35 2020	(r522902)
@@ -24,4 +24,32 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	EASYNAME GRANSY GRATISDNS HENET HETZNER LOCALZONE NAMECHEAP PLESK ROUTE53 SOFTLAYER SUBREG TRANSIP
+EASYNAME_DESC=	easyname support
+GRANSY_DESC=	Gransy support
+GRATISDNS_DESC=	GratisDNS support
+HENET_DESC=	Hurricane Electric support
+HETZNER_DESC=	Hetzner support
+LOCALZONE_DESC=	localzone support
+NAMECHEAP_DESC=	Namecheap support
+PLESK_DESC=	Plesk support
+ROUTE53_DESC=	Route 53 support
+SOFTLAYER_DESC=	SoftLayer (IBM Cloud) support
+SUBREG_DESC=	Subreg support
+TRANSIP_DESC=	TransIP support
+
+EASYNAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
+GRANSY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR}
+GRATISDNS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
+HENET_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
+HETZNER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR}
+LOCALZONE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}localzone>=0:dns/py-localzone@${PY_FLAVOR}
+NAMECHEAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pynamecheap>=0:net/py-pynamecheap@${PY_FLAVOR}
+PLESK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
+ROUTE53_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR}
+SOFTLAYER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}softlayer>=0:net/py-softlayer@${PY_FLAVOR}
+SUBREG_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR}
+TRANSIP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}transip>=0.3.0:net/py-transip@${PY_FLAVOR}
+
 .include <bsd.port.mk>



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