aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-ddalpha/Makefile
blob: c6a2cdb35067346cc5a882696eb3ec0986144a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ddalpha
PORTVERSION=	1.3.13
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Depth-Based Classification and Calculation of Data Depth

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-robustbase>0:math/R-cran-robustbase \
		R-cran-sfsmisc>0:devel/R-cran-sfsmisc \
		R-cran-geometry>0:math/R-cran-geometry \
		R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
		R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		compiler:c++11-lang cran:auto-plist,compiles

.include <bsd.port.mk>