pkgsrc/math/R-MatrixModels/Makefile
wen 78b7cc84f0 Import MatrixModels 0.4-1 as math/R-MatrixModels.
Modelling with sparse and dense 'Matrix' matrices, using modular
prediction and response module classes.
2016-01-01 05:38:54 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/01 05:38:54 wen Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/MatrixModels/
COMMENT= Modelling with Sparse And Dense Matrices
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= MatrixModels
R_PKGVER= 0.4-1
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"