2002-06-23 15:07:53 +02:00
|
|
|
# Ports collection Makefile for: p5-ApacheBench
|
|
|
|
# Date created: 11 Jan 2002
|
|
|
|
# Whom: dom@happygiraffe.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ApacheBench
|
2005-02-24 10:47:45 +01:00
|
|
|
PORTVERSION= 0.63
|
2002-06-23 15:07:53 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= HTTPD
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Perl module for HTTP benchmarking
|
2002-06-23 15:07:53 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTTPD::Bench::ApacheBench.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|