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

PORTNAME=	e1071
DISTVERSION=	1.6-1
PORTREVISION=	5
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Misc Functions of the Department of Statistics (e1071), TU Wien

LICENSE=	GPLv2

USES=	cran:auto-plist

.include <bsd.port.mk>