blob: d9c2f7c3f43140a4970f7579f05fcac514c6afd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
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>
|