aboutsummaryrefslogtreecommitdiff
path: root/www/slowhttptest/Makefile
blob: 353d82969ab8bb0524ed625ebae75df0572c4bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>