freebsd-ports/databases/py-whisper/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

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>