freebsd-ports/devel/R-cran-microbenchmark/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

18 lines
392 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= microbenchmark
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
.include <bsd.port.mk>