26 lines
482 B
Makefile
26 lines
482 B
Makefile
COMMENT = more reliable benchmarking
|
|
|
|
DISTNAME = Dumbbench-0.503
|
|
CPAN_AUTHOR = BDFOY
|
|
|
|
CATEGORIES = benchmarks
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Class-XSAccessor>=1.05 \
|
|
devel/p5-Devel-CheckOS \
|
|
devel/p5-Params-Util \
|
|
math/p5-Number-WithError>=1.00 \
|
|
math/p5-Statistics-CaseResampling>=0.06 \
|
|
sysutils/p5-Capture-Tiny
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|