aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-ModelMetrics/Makefile
blob: 4f2d5cc821a08492a0b501c23e65847fbd1b6a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>