aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-matrixStats/Makefile
blob: 4449a5289bc9450b421067c1b3717793b058816c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>