aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-microbenchmark/Makefile
blob: 14ed2b3bf66f29de29562fef1953f3da51cbe957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	microbenchmark
DISTVERSION=	1.5.0
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Infrastructure to measure the execution time of R expressions
WWW=		https://cran.r-project.org/web/packages/microbenchmark/index.html

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	R-cran-ggplot2>0:graphics/R-cran-ggplot2

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>