e1555011ab
Approved by: portmgr (implicit)
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# 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>
|