c88d74b4ad
(round-robin-database). It provides fast, reliable storage of numeric data over time. WWW: http://graphite.wikidot.com/whisper
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: py-whisper
|
|
# Date created: 2011-06-20
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= whisper
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://launchpad.net/graphite/1.0/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Fixed-size database, similar in design to RRD
|
|
|
|
FETCH_ARGS= "-pRr"
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|