aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-matrixStats/Makefile
blob: 536d2efa6e82e463483525f564ae7db49d39ca78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	matrixStats
PORTVERSION=	0.63.0
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@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>