freebsd-ports/devel/R-cran-gbm/Makefile
2023-04-23 09:09:58 +00:00

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>