blob: ac0beb4e97154ba3e76020eb279204eb657282fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:32 markd Exp $
R_PKGNAME= VR
R_PKGVER= 7.0-3
MAINTAINER= markd@netbsd.org
COMMENT= Various functions from the libraries of Venables and Ripley
R_INST_DIRS= MASS class nnet spatial
PLIST_SRC= /dev/null
R_DEPENDS= R>=1.5.0
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|