20 lines
478 B
Makefile
20 lines
478 B
Makefile
PORTNAME= ModelMetrics
|
|
PORTVERSION= 1.2.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Rapid Calculation of Model Metrics
|
|
WWW= https://cran.r-project.org/web/packages/ModelMetrics/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
|
R-cran-data.table>0:devel/R-cran-data.table
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|