1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/benchmarks/p5-Dumbbench/Makefile

29 lines
756 B
Makefile

PORTNAME= Dumbbench
PORTVERSION= 0.505
CATEGORIES= benchmarks perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= More reliable benchmarking with the least amount of thinking
WWW= https://metacpan.org/release/Dumbbench
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
p5-Class-XSAccessor>=1.05:devel/p5-Class-XSAccessor \
p5-Devel-CheckOS>=0:devel/p5-Devel-CheckOS \
p5-Number-WithError>=1:math/p5-Number-WithError \
p5-Params-Util>=0:devel/p5-Params-Util \
p5-Statistics-CaseResampling>=0.06:math/p5-Statistics-CaseResampling
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>