Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= kafkacat |
4 |
PORTNAME= kafkacat |
5 |
DISTVERSION= 1.5.0 |
5 |
DISTVERSION= 1.6.0 |
6 |
CATEGORIES= net |
6 |
CATEGORIES= net |
7 |
|
7 |
|
8 |
MAINTAINER= sergey@akhmatov.ru |
8 |
MAINTAINER= sergey@akhmatov.ru |
Lines 18-26
USES= gmake pkgconfig
Link Here
|
18 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
19 |
GH_ACCOUNT= edenhill |
19 |
GH_ACCOUNT= edenhill |
20 |
|
20 |
|
|
|
21 |
GNU_CONFIGURE= yes |
22 |
|
21 |
PLIST_FILES= bin/kafkacat |
23 |
PLIST_FILES= bin/kafkacat |
22 |
|
24 |
|
23 |
GNU_CONFIGURE= yes |
25 |
OPTIONS_DEFINE= JSON AVRO |
|
|
26 |
AVRO_DESC= Avro/Schema-Registry support (requires libserdes) |
27 |
JSON_DESC= JSON support (requires libyajl2) |
28 |
|
29 |
AVRO_LIB_DEPENDS= libserdes.so:devel/libserdes |
30 |
AVRO_CONFIGURE_ENABLE= avro |
31 |
AVRO_BROKEN= avro support is currently broken |
32 |
# Build with avro broken due to bug: https://github.com/apache/avro/pull/1018/commits |
33 |
JSON_LIB_DEPENDS= libyajl.so:devel/yajl |
34 |
JSON_CONFIGURE_ENABLE= json |
24 |
|
35 |
|
25 |
post-install: |
36 |
post-install: |
26 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat |
37 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat |