blob: 9aae59373b24dd4b834da5bd1d7a74e03b11755e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: py-whisper
# Date created: 2011-06-20
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= whisper
PORTVERSION= 0.9.9
CATEGORIES= databases python
MASTER_SITES= http://launchpad.net/graphite/0.9/${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>
|