summaryrefslogtreecommitdiff
path: root/net/toxiproxy-cli/Makefile
blob: 9ebc6d84d5dab9099916224936b90c0f31d1795f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PORTNAME=	toxiproxy-cli
PORTREVISION=	2

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"