blob: 19c25bc4d11381a15187b726d661a41febd5955f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTNAME= kernlab
DISTVERSION= 0.9-31
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Kernel-Based Machine Learning Lab
LICENSE= GPLv2
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|