opnsense-ports/dns/py-ns1-python/Makefile
Franco Fichtner 36e389505d */*: sync with upstream
Taken from: HardenedBSD
2019-05-25 05:57:03 +02:00

22 lines
515 B
Makefile

# $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 <bsd.port.mk>