17 lines
425 B
Makefile
17 lines
425 B
Makefile
PORTNAME= microbenchmark
|
|
PORTREVISION= 6
|
|
DISTVERSION= 1.4-2
|
|
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>
|