1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/p5-ApacheBench/Makefile
Philip M. Gollucci 89c63fe984 - Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them.
2009-12-13 18:07:49 +00:00

25 lines
434 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 perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= 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>