aboutsummaryrefslogtreecommitdiffstats
path: root/science/R-cran-kernlab/Makefile
blob: d925e351334943923451dc88e11bf78a6a43c508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   kernlab
DISTVERSION=    0.9-27
CATEGORIES= science
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Kernel-Based Machine Learning Lab

LICENSE=    GPLv2

USES=       cran:auto-plist,compiles

.include <bsd.port.mk>