f29a218fcd
With hat: portmgr Sponsored by: Absolight
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= whisper
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= databases python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Fixed-size database, similar in design to RRD
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= graphite-project
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|