freebsd-ports/math/R-cran-sandwich/Makefile
2023-04-23 09:09:58 +00:00

17 lines
346 B
Makefile

PORTNAME= sandwich
DISTVERSION= 3.0-2
PORTREVISION= 1
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>