1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/p5-ApacheBench/Makefile
Sunpoet Po-Chuan Hsieh 6ea224e7a5 - Update to 0.71
- Add CATEGORIES: benchmarks
- Pet portlint
- Sort PLIST

Changes:	http://search.cpan.org/dist/ApacheBench/Changes
PR:		ports/152326
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2010-11-18 05:02:15 +00:00

23 lines
423 B
Makefile

# Ports collection Makefile for: p5-ApacheBench
# Date created: 11 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= ApacheBench
PORTVERSION= 0.71
CATEGORIES= www benchmarks perl5
MASTER_SITES= CPAN/HTTPD
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for HTTP benchmarking
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= HTTPD::Bench::ApacheBench.3
.include <bsd.port.mk>