aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Benchmark-Timer/Makefile
blob: 41555886516cef3bc3106e4370525d997a037148 (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
PORTNAME=	Benchmark-Timer
PORTVERSION=	0.7112
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Code benchmarking tool
WWW=		https://metacpan.org/release/Benchmark-Timer

LICENSE=	GPLv2

BUILD_DEPENDS=	p5-Module-Install>0:devel/p5-Module-Install \
		p5-URI>=0:net/p5-URI

OPTIONS_DEFINE=	SAMPLE
OPTIONS_DEFAULT=	SAMPLE
SAMPLE_DESC=	Statistical Sampling Support
SAMPLE_BUILD_DEPENDS=	p5-Statistics-TTest>1:math/p5-Statistics-TTest

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes
.include <bsd.port.mk>