diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 68a9f34b0ad3..21e8ab9d785f 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,24 +1,25 @@ # Created by: Bruce Simpson # $FreeBSD$ PORTNAME= txamqp PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= txAMQP-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Twisted Python library for the AMQP messaging protocol LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils .include