Files
ports/sysutils/reqlog/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
427 B
Makefile

PORTNAME= reqlog
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
PORTREVISION= 1
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>