aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/logstash-forwarder/Makefile
blob: 933f8d7052aedcb0d3b5c5e10fba916dd804c398 (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
# $FreeBSD$

PORTNAME=   logstash-forwarder
PORTVERSION=    0.4.0.20150507
PORTREVISION=   2
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>