19 lines
284 B
Makefile
19 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gbm
|
|
DISTVERSION= 2.0-8
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Extensions to AdaBoost algorithm
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|