SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Benchmark-Timer/Makefile
Normal file
18
devel/p5-Benchmark-Timer/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= benchmarking with statistical confidence
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Benchmark-Timer-0.7112
|
||||
CATEGORIES= devel benchmarks
|
||||
REVISION= 0
|
||||
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Module-Install
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Benchmark-Timer/distinfo
Normal file
2
devel/p5-Benchmark-Timer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Benchmark-Timer-0.7112.tar.gz) = AnhEfZrZ13PVmk69bbiv6t3oHI+l1qhzj159V44qQC4=
|
||||
SIZE (Benchmark-Timer-0.7112.tar.gz) = 47756
|
5
devel/p5-Benchmark-Timer/pkg/DESCR
Normal file
5
devel/p5-Benchmark-Timer/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Benchmark::Timer class allows you to time portions of code
|
||||
conveniently, as well as benchmark code by allowing timings of repeated
|
||||
trials. It is perfect for when you need more precise information about
|
||||
the running time of portions of your code than the Benchmark module will
|
||||
give you, but don't want to go all out and profile your code.
|
5
devel/p5-Benchmark-Timer/pkg/PLIST
Normal file
5
devel/p5-Benchmark-Timer/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
${P5SITE}/Benchmark/
|
||||
${P5SITE}/Benchmark/Timer.pm
|
||||
${P5SITE}/Benchmark/delta.pl
|
||||
@man man/man3p/Benchmark::Timer.3p
|
||||
@man man/man3p/Benchmark::delta.3p
|
Loading…
Add table
Add a link
Reference in a new issue