Port changes: * Change to CHEESESHOP * Minor comment correcton PR: 226721 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: christer.edwards@gmail.com (maintainer; timeout 18 days)
20 lines
422 B
Makefile
20 lines
422 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kafka-python
|
|
DISTVERSION= 1.4.2
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Pure python client for Apache Kafka
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|