aboutsummaryrefslogtreecommitdiff
path: root/net/kafkacat/Makefile
blob: b671f673f17f993f3b3c14ea61cd939e5dcacb12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>