diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-01 08:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-01 08:01:25 +0000 |
commit | e6601fc111a1d64cd0b63601a4d5d37ab7bb85d2 (patch) | |
tree | 0fa547a50398b33c3abfad7379852bfca4949555 /benchmarks | |
parent | 8b7e3f24b44c0f0efb5c95cf1693d369a3345906 (diff) | |
download | pkgsrc-e6601fc111a1d64cd0b63601a4d5d37ab7bb85d2.tar.gz |
*: comment out p5-Time-HiRes dependency, part of perl
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/p5-Benchmark-Timer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/p5-Benchmark-Timer/Makefile b/benchmarks/p5-Benchmark-Timer/Makefile index 2737a8f7e46..c26debd550f 100644 --- a/benchmarks/p5-Benchmark-Timer/Makefile +++ b/benchmarks/p5-Benchmark-Timer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2020/08/31 18:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2020/09/01 08:01:25 wiz Exp $ DISTNAME= Benchmark-Timer-0.7112 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Benchmark/} @@ -11,7 +11,7 @@ HOMEPAGE= https://metacpan.org/release/Benchmark-Timer COMMENT= Benchmarking with statistical confidence LICENSE= gnu-gpl-v2 -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +#DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes # for make test BUILD_DEPENDS+= p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS |