mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# $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>
|