blob: 162c107cb754bdd87e068010baf7df850f3cabb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= pgollucci@FreeBSD.org
COMMENT= Perl module for HTTP benchmarking
PERL_CONFIGURE= yes
MAN3= HTTPD::Bench::ApacheBench.3
.include <bsd.port.mk>
|