# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD: head/devel/R-cran-microbenchmark/Makefile 464084 2018-03-10 17:46:04Z gerald $

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>
