freebsd-ports/sysutils/logstash-forwarder/Makefile
2022-03-30 03:01:44 -04:00

24 lines
542 B
Makefile

PORTNAME= logstash-forwarder
PORTVERSION= 0.4.0.20150507
PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= cheffo@freebsd-bg.org
COMMENT= Collect logs locally in preparation for processing elsewhere!
LICENSE= APACHE20
DEPRECATED= Migrate to sysutils/beats
USES= go
USE_GITHUB= yes
GH_ACCOUNT= elasticsearch
GH_TAGNAME= 3b718f0
USE_RC_SUBR= logstash-forwarder
SUB_FILES= pkg-message
post-install:
${INSTALL_DATA} ${WRKSRC}/logstash-forwarder.conf.example ${STAGEDIR}${PREFIX}/etc/logstash-forwarder.conf.example
.include <bsd.port.mk>