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

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