Update math/R-cran-sandwich to version 2.3.2
[dports.git] / math / R-cran-sandwich / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       sandwich
5 DISTVERSION=    2.3-2
6 CATEGORIES=     math
7 DISTNAME=       ${PORTNAME}_${DISTVERSION}
8
9 MAINTAINER=     tota@FreeBSD.org
10 COMMENT=        Robust Covariance Matrix Estimators
11
12 LICENSE=        GPLv2 GPLv3
13 LICENSE_COMB=   dual
14
15 RUN_DEPENDS=    R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
16
17 USES=   cran:auto-plist
18
19 .include <bsd.port.mk>