freebsd-ports/math/R-cran-matrixStats/Makefile
2020-09-30 09:01:10 +00:00

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>