From 6bc2b77d282cb5889903386d927fc806baa688b0 Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Wed, 22 May 2019 21:23:36 +0000 Subject: dns/py-ns1-python: new port - NS1 DNS API from python Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20355 --- dns/py-ns1-python/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dns/py-ns1-python/Makefile (limited to 'dns/py-ns1-python/Makefile') diff --git a/dns/py-ns1-python/Makefile b/dns/py-ns1-python/Makefile new file mode 100644 index 000000000000..546b1e50fba3 --- /dev/null +++ b/dns/py-ns1-python/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ns1-python +DISTVERSION= 0.9.19 +CATEGORIES= dns python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= Python SDK for accessing NS1, the Data Driven DNS platform + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include -- cgit v1.2.3