freebsd-ports/math/R-cran-sandwich/Makefile

17 lines
330 B
Makefile
Raw Normal View History

PORTNAME= sandwich
2022-06-18 02:29:16 +02:00
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/
2017-08-28 08:26:27 +02:00
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist
.include <bsd.port.mk>