freebsd-ports/databases/py-carbon/Makefile
Ruslan Makhmatkhanov 67ba2f055a - correct list of dependent py-twisted components and use USE_TWISTED_RUN
- bump PORTREVISION because of dependencies change
- trim Makefile header, while here

PR:		172657
Submitted by:	brd
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2012-11-02 14:42:24 +00:00

25 lines
630 B
Makefile

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= carbon
PORTVERSION= 0.9.10
PORTREVISION= 2
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
LICENSE= AL2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \
${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
USE_TWISTED_RUN= yes
FETCH_ARGS= -pRr
USE_RC_SUBR= carbon
.include <bsd.port.mk>