1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add LICENSE_FILE

- Switch from deprecated USES=twisted:run to py-twisted, py-txamqp
  already depends on py-twisted
- Remove dependency on the python2 symlink

Reported by:	pkg-fallout
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2017-08-25 05:49:13 +00:00
parent e9ba846ba7
commit 31059207bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448709

View File

@ -3,7 +3,7 @@
PORTNAME= carbon
PORTVERSION= 0.9.15
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,14 +11,16 @@ MAINTAINER= swills@FreeBSD.org
COMMENT= Backend storage application for graphite
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \
${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper \
${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18
NO_ARCH= yes
USE_PYTHON= distutils
USES= python:2 twisted:run
USES= python:2.7
USE_RC_SUBR= carbon
USE_GITHUB= yes
GH_ACCOUNT= graphite-project