1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/kafkacat/Makefile
George V. Neville-Neil 1077d69824 Update both librdkafka and kafkacat to their latest revisions
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
2016-06-26 18:20:37 +00:00

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>