opnsense-ports/devel/R-cran-microbenchmark/Makefile
Franco Fichtner c67b59ed48 */*: sync with upstream
Taken from: HardenedBSD
2018-03-11 05:13:37 +01:00

19 lines
418 B
Makefile

# 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>