summaryrefslogtreecommitdiff
path: root/math/R-randomForest/Makefile
blob: 5db7d67251d3757dcf19b8ccc8d316047e05189b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $

CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/genetics/
COMMENT=	Classification and regression based on a forest of trees

R_PKGNAME=	randomForest
R_PKGVER=	4.5-34

USE_LANGUAGES=	c fortran77

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"