aboutsummaryrefslogtreecommitdiff
path: root/dns/py-cloudflare/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-22 14:29:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-22 14:29:57 +0000
commit2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3 (patch)
tree42721f3067a6392b7b851385a4d9607f89d71508 /dns/py-cloudflare/Makefile
parent9c818d51b72396d5c09bad60285e4faa6a145298 (diff)
downloadports-2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3.tar.gz
ports-2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3.zip
Notes
Diffstat (limited to 'dns/py-cloudflare/Makefile')
-rw-r--r--dns/py-cloudflare/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/dns/py-cloudflare/Makefile b/dns/py-cloudflare/Makefile
new file mode 100644
index 000000000000..1a15879f1a76
--- /dev/null
+++ b/dns/py-cloudflare/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= cloudflare
+PORTVERSION= 1.8.1
+CATEGORIES= dns python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= wrapper for the Cloudflare v4 API
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>