14 lines
376 B
Makefile
14 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/12/11 19:15:48 adam Exp $
|
|
|
|
CATEGORIES= databases math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/ISwR/
|
|
COMMENT= Data sets and scripts for 'Introductory Statistics with R'
|
|
|
|
R_PKGNAME= ISwR
|
|
R_PKGVER= 2.0-4
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|