24 lines
481 B
Makefile
24 lines
481 B
Makefile
# Ports collection Makefile for: p5-ApacheBench
|
|
# Date created: 11 Jan 2002
|
|
# Whom: dom@happygiraffe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ApacheBench
|
|
PORTVERSION= 0.72
|
|
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
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTPD::Bench::ApacheBench.3
|
|
|
|
.include <bsd.port.mk>
|