blob: a39390b5ad822f22780711a0f938dad2059808fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= matrixStats
PORTVERSION= 0.58.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions that Apply to Rows and Columns of Matrices
LICENSE= ART20
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|