mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
15 lines
316 B
Makefile
15 lines
316 B
Makefile
PORTNAME= kernlab
|
|
DISTVERSION= 0.9-32
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Kernel-Based Machine Learning Lab
|
|
WWW= https://cran.r-project.org/web/packages/kernlab/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|