opnsense-ports/devel/py-python-statsd/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
392 B
Makefile

PORTNAME= python-statsd
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Client for Etsy's node-js statsd server
WWW= https://github.com/WoLpH/python-statsd
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>