forked from Lainports/freebsd-ports
family operating systems. It has been made with a strong focus on performance to allow the collection of events from different sources without complexity. Fluent Bit is part of the Fluentd project ecosystem. WWW: http://fluentbit.io/
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluent-bit
|
|
DISTVERSION= 0.10.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://fluentbit.io/releases/${DISTVERSION:R}/
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Fast and lightweight data forwarder
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= cmake
|
|
|
|
post-stage:
|
|
@${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
|
|
|
.include <bsd.port.mk>
|