aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-microbenchmark/Makefile
blob: fb3d42870831ca0472586159382b4aa0e05f324a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	microbenchmark
PORTREVISION=	2
DISTVERSION=	1.4-2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Infrastructure to measure the execution time of R expressions

LICENSE=	BSD3CLAUSE

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

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>