aboutsummaryrefslogtreecommitdiff
path: root/www/slowhttptest/Makefile
blob: 1a7fcc10f0766913adad278ef1574159f5c31cff (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
PORTNAME=	slowhttptest
DISTVERSIONPREFIX=	v
DISTVERSION=	1.9.0
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Application Layer DoS attack simulator for pentesting
WWW=		https://github.com/shekyan/slowhttptest

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf ssl
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
USE_GITHUB=	yes
GH_ACCOUNT=	shekyan

PLIST_FILES=	bin/slowhttptest \
		share/man/man1/slowhttptest.1.gz

.include <bsd.port.mk>