opnsense-ports/devel/py-python-statsd/Makefile
Franco Fichtner c6a9fea28d */*: sync with upstream
Taken from: HardenedBSD
2017-09-26 16:04:17 +02:00

21 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= python-statsd
PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Statsd is a client for Etsy's node-js statsd server
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>