Files
ports/dns/py-ns1-python/Makefile
Dave Cottlehuber f514a3272f dns/py-ns1-python: update to 0.13.0
Sponsored by:	SkunkWerks, GmbH
2020-01-29 22:44:55 +00:00

23 lines
515 B
Makefile

# $FreeBSD$
PORTNAME= ns1-python
DISTVERSION= 0.13.0
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 <bsd.port.mk>