blob: 9370073a699e9fb3ab93b838ef7680478898859e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: dom@happygiraffe.net
# $FreeBSD$
PORTNAME= ApacheBench
PORTVERSION= 0.73
CATEGORIES= www benchmarks perl5
MASTER_SITES= CPAN/HTTPD
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for HTTP benchmarking
TEST_DEPENDS= p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
USES= perl5
USE_PERL5= configure
MAN3= HTTPD::Bench::ApacheBench.3
.include <bsd.port.mk>
|