blob: 018c73486471cd229618eb9132d313b8b87fd7f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= slowhttptest
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.2
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Application Layer DoS attack simulator for pentesting
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf ssl
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= shekyan
PLIST_FILES= bin/slowhttptest \
man/man1/slowhttptest.1.gz
.include <bsd.port.mk>
|