aboutsummaryrefslogtreecommitdiff
path: root/dns/py-cloudflare/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-23 19:24:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-23 19:24:38 +0000
commit9a087670f0c8b5e124610eaa5c0476a9a54a7f5d (patch)
treebbe056295378862f2d0d90bdd266204d778b2c81 /dns/py-cloudflare/Makefile
parenta2e925f3e8f902a7f65a7edd033e2e2afaf4177a (diff)
downloadports-9a087670f0c8b5e124610eaa5c0476a9a54a7f5d.tar.gz
ports-9a087670f0c8b5e124610eaa5c0476a9a54a7f5d.zip
Update to 2.0.4
Notes
Notes: svn path=/head/; revision=462724
Diffstat (limited to 'dns/py-cloudflare/Makefile')
-rw-r--r--dns/py-cloudflare/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/py-cloudflare/Makefile b/dns/py-cloudflare/Makefile
index 1a15879f1a76..0612b18e45fa 100644
--- a/dns/py-cloudflare/Makefile
+++ b/dns/py-cloudflare/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cloudflare
-PORTVERSION= 1.8.1
+PORTVERSION= 2.0.4
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,10 @@ COMMENT= wrapper for the Cloudflare v4 API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
+
USES= python
USE_PYTHON= autoplist concurrent distutils