1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- pet portlint on whitespace

PR: ports/169311
Submitted by: jgh@
This commit is contained in:
Jason Helfman 2012-06-23 19:12:42 +00:00
parent 53f16f28c1
commit b757f37d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299825

View File

@ -5,24 +5,24 @@
# $FreeBSD$
#
PORTNAME= carbon
PORTNAME= carbon
PORTVERSION= 0.9.10
CATEGORIES= databases python
MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bsdports@wayfair.com
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}
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
USE_PYTHON= 2.6+
USE_PYDISTUTILS= yes
USE_TWISTED= yes
FETCH_ARGS= -pRr
USE_RC_SUBR= carbon
.include <bsd.port.mk>