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

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Robust Covariance Matrix Estimators
WWW=		https://cran.r-project.org/web/packages/sandwich/

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-zoo>0:math/R-cran-zoo

USES=	cran:auto-plist

.include <bsd.port.mk>