mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
1077d69824
Submitted by: Arun Thomas <arun.thomas at gmail.com> Reviewed by: Victor <xnasx at yangdex.rgu> Approved by: Victor <xnasx at yangdex.rgu> (maintainer) Sponsored by: DARPA/AFRL
26 lines
470 B
Makefile
26 lines
470 B
Makefile
# Created by: Victor Yagofarov <xnasx@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kafkacat
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= xnasx@yandex.ru
|
|
COMMENT= Generic command line non-JVM Apache Kafka producer and consumer
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= bash:shells/bash \
|
|
pkg-config:devel/pkgconf
|
|
LIB_DEPENDS= librdkafka.so:net/librdkafka
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= edenhill
|
|
|
|
PLIST_FILES= bin/kafkacat
|
|
|
|
USES= perl5 gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|