freebsd-ports/sysutils/fluent-bit/Makefile
Palle Girgensohn 00acde2e5d Fluent Bit is a Fast and Lightweight Data Forwarder for Linux, OSX and BSD
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/
2017-03-09 21:28:11 +00:00

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>