44c5cf7d5c
Changes: https://github.com/machinezone/tcpkali/blob/v0.6/ChangeLog PR: 200212 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
24 lines
436 B
Makefile
24 lines
436 B
Makefile
# $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>
|