Files
ports/dns/py-ns1-python/Makefile
T
Dave Cottlehuber 99e82a6648 dns/py-ns1-python: update to 0.23.0
Sponsored by:	SkunkWerks, GmbH
Reported by:	portscout
2025-03-05 07:10:31 +00:00

21 lines
446 B
Makefile

PORTNAME= ns1-python
DISTVERSION= 0.23.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>