freebsd-ports/www/p5-ApacheBench/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00

22 lines
413 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= ports@FreeBSD.org
COMMENT= Perl module for HTTP benchmarking
PERL_CONFIGURE= yes
MAN3= HTTPD::Bench::ApacheBench.3
.include <bsd.port.mk>