aboutsummaryrefslogblamecommitdiff
path: root/benchmarks/p5-Dumbbench/Makefile
blob: e6c920c4b86e6c47a8b6138003e8376d0cf41f87 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                  

                         
                     







                                                                            

                            








                                                                                    
                     


                         

                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Dumbbench
PORTVERSION=	0.501
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>