15 lines
274 B
Makefile
15 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= matrixStats
|
|
PORTVERSION= 0.57.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>
|