diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-22 14:29:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-22 14:29:57 +0000 |
commit | 2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3 (patch) | |
tree | 42721f3067a6392b7b851385a4d9607f89d71508 /dns/py-cloudflare | |
parent | 9c818d51b72396d5c09bad60285e4faa6a145298 (diff) | |
download | ports-2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3.tar.gz ports-2a4e97cbb847273bf0ab7b5ca554ef5b82afdec3.zip |
Notes
Diffstat (limited to 'dns/py-cloudflare')
-rw-r--r-- | dns/py-cloudflare/Makefile | 20 | ||||
-rw-r--r-- | dns/py-cloudflare/distinfo | 3 | ||||
-rw-r--r-- | dns/py-cloudflare/pkg-descr | 3 |
3 files changed, 26 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> diff --git a/dns/py-cloudflare/distinfo b/dns/py-cloudflare/distinfo new file mode 100644 index 000000000000..11e13bf0df95 --- /dev/null +++ b/dns/py-cloudflare/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1518080731 +SHA256 (cloudflare-1.8.1.tar.gz) = 3d73cb071a14d443a8d3ef19a0c6a4cbbfea784de3144666ecbcd35ddfc9b5c2 +SIZE (cloudflare-1.8.1.tar.gz) = 48493 diff --git a/dns/py-cloudflare/pkg-descr b/dns/py-cloudflare/pkg-descr new file mode 100644 index 000000000000..d728b55d02de --- /dev/null +++ b/dns/py-cloudflare/pkg-descr @@ -0,0 +1,3 @@ +Python wrapper for the DNS Cloudflare v4 API + +WWW: https://github.com/cloudflare/python-cloudflare |