aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-ipred/Makefile
blob: 4c2e5cd951ebda4b7c1d2be1f3a3e546beb8ce4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	ipred
DISTVERSION=	0.9-14
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Improved Predictors
WWW=		https://cran.r-project.org/web/packages/ipred/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-prodlim>0:math/R-cran-prodlim
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>