summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-14 08:21:12 +0000
committerwiz <wiz>2014-08-14 08:21:12 +0000
commitfcd3b011a9005548d5d30f107cf705d8c30824dc (patch)
treef0d7a2ec25577c14131fd50d5837c9498cad43aa /benchmarks
parentd6840532d3f11e03daf2c63933be70b71cb5cc2c (diff)
downloadpkgsrc-fcd3b011a9005548d5d30f107cf705d8c30824dc.tar.gz
Fix interpreter in installed file. Bump PKGREVISION.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/p5-Benchmark-Timer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/p5-Benchmark-Timer/Makefile b/benchmarks/p5-Benchmark-Timer/Makefile
index 0ff273a685c..1fca535044f 100644
--- a/benchmarks/p5-Benchmark-Timer/Makefile
+++ b/benchmarks/p5-Benchmark-Timer/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/08/13 20:39:16 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/08/14 08:21:12 wiz Exp $
DISTNAME= Benchmark-Timer-0.7102
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Benchmark/}
@@ -13,6 +14,7 @@ COMMENT= Benchmarking with statistical confidence
DEPENDS+= p5-Statistics-TTest-[0-9]*:../../math/p5-Statistics-TTest
PERL5_PACKLIST= auto/Benchmark/Timer/.packlist
+REPLACE_PERL= delta.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"