freebsd-ports/net/py-txamqp/Makefile
Sunpoet Po-Chuan Hsieh e535ede351 Update to 0.8.1
- Change MASTER_SITES from Launchpad to CHEESESHOP
- Add LICENSE
- Relax USES=python
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/txamqp/txamqp/commits/master
2017-12-27 19:52:20 +00:00

25 lines
560 B
Makefile

# Created by: Bruce Simpson
# $FreeBSD$
PORTNAME= txamqp
PORTVERSION= 0.8.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} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>