1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/slowhttptest/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
387 B
Makefile

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>