2011-06-22 20:23:38 +02:00
|
|
|
# New ports collection makefile for: py-whisper
|
|
|
|
# Date created: 2011-06-20
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= whisper
|
2012-06-25 18:27:24 +02:00
|
|
|
PORTVERSION= 0.9.10
|
2011-06-22 20:23:38 +02:00
|
|
|
CATEGORIES= databases python
|
2012-07-05 23:54:58 +02:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
https://github.com/downloads/graphite-project/${PORTNAME}/
|
2011-06-22 20:23:38 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Fixed-size database, similar in design to RRD
|
|
|
|
|
2012-07-05 23:54:58 +02:00
|
|
|
FETCH_ARGS= -pRr
|
2011-06-22 20:23:38 +02:00
|
|
|
|
|
|
|
USE_PYTHON= 2.5+
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|