pkgsrc/math/R-randomForest/Makefile
markd fa40cfe02d s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
2011-12-19 22:27:04 +00:00

16 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:05 markd 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 fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"