summaryrefslogtreecommitdiff
path: root/benchmarks/p5-Dumbbench/Makefile
blob: 37aecdecea4567c45037d11ea9798166e15709e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.6 2022/06/28 11:30:59 wiz Exp $

DISTNAME=	Dumbbench-0.111
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	5
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BD/BDFOY/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Dumbbench
COMMENT=	More reliable benchmarking with the least amount of thinking
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
DEPENDS+=	p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
DEPENDS+=	p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
DEPENDS+=	p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+=	p5-Number-WithError-[0-9]*:../../math/p5-Number-WithError
DEPENDS+=	p5-Statistics-CaseResampling-[0-9]*:../../math/p5-Statistics-CaseResampling

PERL5_PACKLIST=		auto/Dumbbench/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"