blob: 601b54479b48bb138db7cf869430bc2ffe5cdb20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= tcpkali
PORTVERSION= 0.6
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= neel@neelc.org
COMMENT= High performance load generator for TCP and WebSocket servers
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= autoreconf libtool gmake
USE_GITHUB= yes
GH_ACCOUNT= machinezone
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|