freebsd-ports/devel/R-cran-ModelMetrics/Makefile
TAKATSU Tomonari 1e3eb4e65e - Add new port: devel/R-cran-ModelMetrics
Collection of metrics for evaluating models written in C++ using
  'Rcpp'.

  WWW: https://cran.r-project.org/web/packages/ModelMetrics/
2016-12-05 17:45:08 +00:00

20 lines
421 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ModelMetrics
PORTVERSION= 1.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Rapid Calculation of Model Metrics
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>