freebsd-ports/math/R-cran-MatrixModels/Makefile
TAKATSU Tomonari 23d37009a8 - Add new port: math/R-cran-MatrixModels
Modelling with sparse and dense 'Matrix' matrices, using modular
  prediction and response module classes.

  WWW: https://cran.r-project.org/web/packages/MatrixModels/
2015-11-15 15:35:14 +00:00

17 lines
327 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= MatrixModels
DISTVERSION= 0.4-1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Modelling with Sparse And Dense Matrices
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>