aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-whisper/Makefile
blob: f8223156d08307953c57b8bcb8325a8a1dacdb46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   whisper
PORTVERSION=    0.9.12
CATEGORIES= databases python
MASTER_SITES=   https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= skreuzer@FreeBSD.org
COMMENT=    Fixed-size database, similar in design to RRD

FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}

USE_PYTHON= 2.5+
USE_PYDISTUTILS=    yes

NO_STAGE=   yes
.include <bsd.port.mk>