bf7e7579d9
statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon. WWW: https://pypi.python.org/pypi/statsd/
16 lines
308 B
Makefile
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>
|