pkgsrc/math/R-randomForest/Makefile

18 lines
424 B
Makefile
Raw Normal View History

2012-12-17 16:04:19 +01:00
# $NetBSD: Makefile,v 1.7 2012/12/17 15:04:19 wen 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
LICENSE= gnu-gpl-v2
R_PKGNAME= randomForest
2012-12-17 16:04:19 +01:00
R_PKGVER= 4.6-7
USE_LANGUAGES= c fortran
2009-12-24 00:38:46 +01:00
2009-12-11 20:45:46 +01:00
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"