mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
fce0cc3272
MFH: 2024Q2
21 lines
376 B
Makefile
21 lines
376 B
Makefile
PORTNAME= goreplay
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.2
|
|
PORTREVISION= 12
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Tool for capturing and replaying live HTTP traffic
|
|
WWW= https://goreplay.org/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/buger/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|