diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-24 09:47:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-24 09:47:45 +0000 |
commit | 3fc40b9f60c1d8343eeaeef45cf05268b7fde5e5 (patch) | |
tree | 24b8ddb22857658d73f28c5a73cd9000cd82bf83 /www/p5-ApacheBench/Makefile | |
parent | aaed8c66a334b466d0e09a4e91bb1d939a7c599b (diff) |
Notes
Diffstat (limited to 'www/p5-ApacheBench/Makefile')
-rw-r--r-- | www/p5-ApacheBench/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-ApacheBench/Makefile b/www/p5-ApacheBench/Makefile index ebe569f90c94..1cddf1bc939a 100644 --- a/www/p5-ApacheBench/Makefile +++ b/www/p5-ApacheBench/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ApacheBench -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTPD @@ -17,7 +17,6 @@ COMMENT= Perl module for HTTP benchmarking PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= HTTPD::Bench::ApacheBench.3 .include <bsd.port.mk> |