freebsd-ports/math/R-cran-matrixStats/Makefile
2021-01-30 13:11:45 +00:00

15 lines
274 B
Makefile

# $FreeBSD$
PORTNAME= matrixStats
PORTVERSION= 0.58.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>