aboutsummaryrefslogtreecommitdiff
path: root/sysutils/reqlog/Makefile
blob: 1698a054804c2d54b03c932063084ac7722e0018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	reqlog
DISTVERSIONPREFIX=	v
DISTVERSION=	0.8.1
PORTREVISION=	3
CATEGORIES=	sysutils

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Search, trace, and stream logs across files, Docker, and SSH
WWW=		https://github.com/SagarMaheshwary/reqlog

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
GO_MODULE=	github.com/sagarmaheshwary/reqlog
GO_TARGET=	./cmd/reqlog

PLIST_FILES=	bin/reqlog

.include <bsd.port.mk>