mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
PORTNAME= matrixStats
|
|
DISTVERSION= 1.4.1
|
|
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
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|