adbcbdd9d6
Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding.
37 lines
956 B
Makefile
37 lines
956 B
Makefile
# New ports collection makefile for: txamqp
|
|
# Date created: 2009-07-04
|
|
# Whom: Bruce Simpson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= txamqp
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://launchpadlibrarian.net/30388120/ \
|
|
# http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Twisted Python library for the AMQP messaging protocol
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
USE_TWISTED= yes
|
|
|
|
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
|
|
|
|
PYDISTUTILS_PKGNAME= txAMQP
|
|
PYDISTUTILS_PKGVERSION= 0.3
|
|
PLIST_SUB= PORTNAME="${PORTNAME}"
|
|
|
|
# TODO: Install txAMQP examples.
|
|
|
|
# Don't try to install Twisted yourself, txAMQP. thx!
|
|
do-patch:
|
|
@${REINPLACE_CMD} -e '/install_requires/s/^/#/' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|