2013-01-31 07:51:04 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-03-18 05:46:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kombu
|
2014-01-20 14:25:18 +01:00
|
|
|
PORTVERSION= 3.0.10
|
2014-03-22 08:35:35 +01:00
|
|
|
PORTREVISION= 1
|
2011-03-18 05:46:07 +01:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2013-06-11 19:45:19 +02:00
|
|
|
MAINTAINER= wg@FreeBSD.org
|
2013-05-21 14:26:04 +02:00
|
|
|
COMMENT= AMQP messaging framework for Python
|
2011-03-18 05:46:07 +01:00
|
|
|
|
2014-01-20 14:25:18 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-03-18 05:46:07 +01:00
|
|
|
|
2014-01-20 14:25:18 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=1.4.1:${PORTSDIR}/net/py-amqp \
|
2013-01-31 07:51:04 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:${PORTSDIR}/devel/py-anyjson
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= BEANSTALK BOTO MONGODB REDIS SQLALCHEMY ZMQ
|
|
|
|
|
|
|
|
BEANSTALK_DESC= Include beanstalkd transport support
|
|
|
|
BOTO_DESC= Include AWS transport support
|
|
|
|
MONGODB_DESC= Include MongoDB transport support
|
|
|
|
REDIS_DESC= Include Redis transport support
|
2013-06-11 19:45:19 +02:00
|
|
|
SQLALCHEMY_DESC=Include SQLAlchemy transport support
|
2013-01-31 07:51:04 +01:00
|
|
|
ZMQ_DESC= Include ZMQ transport support
|
|
|
|
|
2013-10-05 14:52:04 +02:00
|
|
|
BEANSTALK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beanstalkc>0:${PORTSDIR}/net/py-beanstalkc
|
2013-11-05 15:29:58 +01:00
|
|
|
BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:${PORTSDIR}/devel/py-boto
|
2013-10-05 14:52:04 +02:00
|
|
|
MONGODB_RUN_DEPENDS= pymongo>0:${PORTSDIR}/databases/pymongo
|
|
|
|
REDI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:${PORTSDIR}/databases/py-redis
|
|
|
|
SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy
|
2014-03-22 08:35:35 +01:00
|
|
|
ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:${PORTSDIR}/net/py-pyzmq
|
2013-10-05 14:52:04 +02:00
|
|
|
|
2013-01-31 07:51:04 +01:00
|
|
|
# Ports infrastructure bug
|
|
|
|
OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
|
|
|
|
|
2013-10-21 14:44:21 +02:00
|
|
|
USE_PYTHON= yes
|
2013-12-17 11:44:07 +01:00
|
|
|
USE_PYDISTUTILS=yes
|
2013-10-21 14:44:21 +02:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-05-21 14:26:04 +02:00
|
|
|
|
2014-01-20 14:25:18 +01:00
|
|
|
.include <bsd.port.mk>
|