aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/p5-Dumbbench/Makefile
blob: 2ffe6c11dc8fadc3f42c07c5ef82c0f9a62da33e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	Dumbbench
PORTVERSION=	0.503
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

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>