Files
ports/net/toxiproxy-cli/Makefile
T
2026-05-09 13:25:51 -04:00

13 lines
259 B
Makefile

PORTNAME= toxiproxy-cli
PORTREVISION= 11
COMMENT= TCP proxy to simulate network and system conditions (client)
GO_TARGET= ./cmd/cli:${PORTNAME}
MASTERDIR= ${.CURDIR}/../toxiproxy-server
DISTINFO_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"