ports/math/R-cran-matrixStats/Makefile
Nuno Teixeira 4323ce2c66 math/R-cran-matrixStats: Update test dependency
Use R.rsp from ports as it is available now.

Reported by:	uzsolt
2025-02-20 10:15:00 +00:00

16 lines
374 B
Makefile

PORTNAME= matrixStats
DISTVERSION= 1.5.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Functions that Apply to Rows and Columns of Matrices
WWW= https://cran.r-project.org/web/packages/matrixStats/
LICENSE= ART20
TEST_DEPENDS= R-cran-R.rsp>0:textproc/R-cran-R.rsp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>