aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-whisper/Makefile
blob: f7a55c09199f5cc8438964431660ced53e1e24b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

LICENSE=    APACHE20

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

USES=       python
USE_PYTHON= distutils

.include <bsd.port.mk>