2013-08-21 22:58:33 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
2011-06-22 20:23:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= whisper
|
2013-08-27 15:50:24 +02:00
|
|
|
PORTVERSION= 0.9.12
|
2011-06-22 20:23:38 +02:00
|
|
|
CATEGORIES= databases python
|
2013-08-21 22:58:33 +02:00
|
|
|
MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=
|
2011-06-22 20:23:38 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Fixed-size database, similar in design to RRD
|
|
|
|
|
2014-05-02 21:23:06 +02:00
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2013-08-21 22:58:33 +02:00
|
|
|
FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
|
2011-06-22 20:23:38 +02:00
|
|
|
|
2014-10-19 10:50:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils
|
2011-06-22 20:23:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|