diff options
Diffstat (limited to 'math/R-Matrix/Makefile')
-rw-r--r-- | math/R-Matrix/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-Matrix/Makefile b/math/R-Matrix/Makefile new file mode 100644 index 00000000000..5bd03b1a928 --- /dev/null +++ b/math/R-Matrix/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:08:01 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/Matrix.html +COMMENT= Classes and methods for numerical linear algebra + +R_PKGNAME= Matrix +R_PKGVER= 0.8-11 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |