blob: 4e378143cdcc16e6d9f4575c0f2606f0753c3f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $
#
PKGREVISION= 1
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/ISwR.html
COMMENT= Data sets and scripts for 'Introductory Statistics with R'
R_PKGNAME= ISwR
R_PKGVER= 1.0-3
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|