e44029f7e2
Sort PLIST PR: ports/169655 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
24 lines
505 B
Makefile
24 lines
505 B
Makefile
# New ports collection makefile for: py-whisper
|
|
# Date created: 2011-06-20
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= whisper
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP \
|
|
https://github.com/downloads/graphite-project/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Fixed-size database, similar in design to RRD
|
|
|
|
FETCH_ARGS= -pRr
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|