mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
754c9bab12
Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.5.0 PR: 240567 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
29 lines
544 B
Makefile
29 lines
544 B
Makefile
# Created by: Victor Yagofarov <xnasx@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kafkacat
|
|
DISTVERSION= 1.5.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= sergey@akhmatov.ru
|
|
COMMENT= Generic command line non-JVM Apache Kafka producer and consumer
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= librdkafka.so:net/librdkafka
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= edenhill
|
|
|
|
PLIST_FILES= bin/kafkacat
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat
|
|
|
|
.include <bsd.port.mk>
|