15 lines
305 B
Makefile
15 lines
305 B
Makefile
PORTNAME= gbm
|
|
DISTVERSION= 2.0-8
|
|
PORTREVISION= 12
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Extensions to AdaBoost algorithm
|
|
WWW= https://cran.r-project.org/web/packages/gbm/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|