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

PORTNAME=	e1071
DISTVERSION=	1.7-6
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${DISTVERSION}

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

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-proxy>0:math/R-cran-proxy
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>