diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 14:19:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 14:19:55 +0000 |
commit | 301f0570d4120b8023b1caf82fb9844d02e17e0c (patch) | |
tree | 8c22c1331668fdf44dc8a1e4504b0342524cb828 /benchmarks/p5-Benchmark-Forking/Makefile | |
parent | 1186b9137513274f2fb1a316fcab8dd3a1558a92 (diff) |
Notes
Diffstat (limited to 'benchmarks/p5-Benchmark-Forking/Makefile')
-rw-r--r-- | benchmarks/p5-Benchmark-Forking/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/p5-Benchmark-Forking/Makefile b/benchmarks/p5-Benchmark-Forking/Makefile index d8193a1e0d3b..606551915ce1 100644 --- a/benchmarks/p5-Benchmark-Forking/Makefile +++ b/benchmarks/p5-Benchmark-Forking/Makefile @@ -6,17 +6,17 @@ # PORTNAME= Benchmark-Forking -PORTVERSION= 0.99 +PORTVERSION= 1.01 CATEGORIES= benchmarks perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Benchmark PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Run benchmarks in separate processes PERL_CONFIGURE= yes -MAN3= Benchmark::Forking.3 Benchmark::Forking::ReadMe.3 +MAN3= Benchmark::Forking.3 .include <bsd.port.mk> |