PR: 213096 Submitted by: feld Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kafka-python
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Pure Python client for Apache Kafka
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python shebangfix
|
|
|
|
.include <bsd.port.mk>
|