summaryrefslogtreecommitdiff
path: root/math/R-cran-sandwich/Makefile
blob: ee5339e8a793216ec7f527f0c184a5446b18d062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	sandwich
DISTVERSION=	3.0-2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Robust Covariance Matrix Estimators

LICENSE=	GPLv2+

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

USES=	cran:auto-plist

.include <bsd.port.mk>