summaryrefslogtreecommitdiff
path: root/math/R-cran-energy/Makefile
blob: 2729a147fff2957ae130450b4af7c8d02bd5eeac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	energy
DISTVERSION=	1.7-11
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	E-Statistics: Multivariate Inference via the Energy of Data
WWW=		https://github.com/mariarizzo/energy

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-Rcpp>=0.12.6:devel/R-cran-Rcpp \
		R-cran-gsl>0:math/R-cran-gsl

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>