summaryrefslogtreecommitdiff
path: root/math/R-cran-sandwich/Makefile
blob: f79ef92aed1c39c59d45f61ff7253afc485e17f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	sandwich
DISTVERSION=	3.1-0
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>