29 lines
763 B
Makefile
29 lines
763 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
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>
|