aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-ns1-python/Makefile
blob: 4c024b9526bcfdc13d4e05893fb8d6e9264cbe4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ns1-python
DISTVERSION=	0.24.0
CATEGORIES=	dns python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dch@FreeBSD.org
COMMENT=	Python SDK for accessing NS1, the Data Driven DNS platform
WWW=		https://github.com/ns1/ns1-python

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>