freebsd-ports/www/p5-ApacheBench/Makefile
Cheng-Lung Sung 3fc40b9f60 - update to 0.63
- remove MAN3PREFIX since PERL_CONFIGURE is set.

PR:		ports/78009
Submitted by:	Dominic Mitchell (maintainer)
2005-02-24 09:47:45 +00:00

22 lines
430 B
Makefile

# Ports collection Makefile for: p5-ApacheBench
# Date created: 11 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= ApacheBench
PORTVERSION= 0.63
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTPD
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Perl module for HTTP benchmarking
PERL_CONFIGURE= yes
MAN3= HTTPD::Bench::ApacheBench.3
.include <bsd.port.mk>