b757f37d4e
PR: ports/169311 Submitted by: jgh@
28 lines
771 B
Makefile
28 lines
771 B
Makefile
# New ports collection makefile for: py-carbon
|
|
# Date created: 2011-05-01
|
|
# Whom: Evan Sarmiento <bsdports@wayfair.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= carbon
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bsdports@wayfair.com
|
|
COMMENT= Backend storage application for graphite
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \
|
|
${PYTHON_PKGNAMEPREFIX}whisper>=0.9.9:${PORTSDIR}/databases/py-whisper \
|
|
${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
USE_TWISTED= yes
|
|
FETCH_ARGS= -pRr
|
|
USE_RC_SUBR= carbon
|
|
|
|
.include <bsd.port.mk>
|