freebsd-ports/net/py-kafka-python/Makefile
Mark Felder 9ba099c0e0 This module provides low-level protocol support for Apache Kafka as well as
high-level consumer and producer classes. Request batching is supported by the
protocol as well as broker-aware request routing. Gzip and Snappy compression
is also supported for message sets.

WWW: https://github.com/mumrah/kafka-python

PR:		202000
Submitted by:	Christer Edwards <christer.edwards@gmail.com>
2016-03-15 17:26:50 +00:00

20 lines
457 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= kafka-python
PORTVERSION= 0.9.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= Pure Python client for Apache Kafka
LICENSE= APACHE20
USE_PYTHON= autoplist distutils
USES= python shebangfix
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
.include <bsd.port.mk>