diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-02 14:42:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-02 14:42:24 +0000 |
commit | 67ba2f055a70658c568a23f2001f4cb8c8121ba0 (patch) | |
tree | 969c8932dc22100d4bb3330f63f7b2db8a91d9d4 /databases | |
parent | 63f5ebb87d15e2819ec5e9f102866820b6d785d3 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-carbon/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index c64747b34ccb..40fbfeaff012 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: py-carbon -# Date created: 2011-05-01 -# Whom: Evan Sarmiento <bsdports@wayfair.com> -# +# Created by: Evan Sarmiento <bsdports@wayfair.com> # $FreeBSD$ -# PORTNAME= carbon PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +14,11 @@ 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 \ - ${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted + ${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 |