freebsd-ports/devel/py-statsd/Makefile
Tom Judge bf7e7579d9 New port devel/py-statsd 3.2.1
statsd is a friendly front-end to Graphite. This is a Python client for the
statsd daemon.

WWW: https://pypi.python.org/pypi/statsd/
2016-04-01 03:15:27 +00:00

16 lines
308 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= statsd
PORTVERSION= 3.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Simple statsd client
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>