ports/devel/R-cran-randomForest/Makefile
Steven Kreuzer 07dcc1eca2 Define LICENSE
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2017-03-23 21:09:22 +00:00

18 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= randomForest
DISTVERSION= 4.6-12
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Classification based on a forest of trees using random inputs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:graphics/R-cran-RColorBrewer
USES= cran:auto-plist,compiles
.include <bsd.port.mk>