blob: 1c229a1d551643557c0cb8b609abaae327fa67ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:47 brook Exp $
R_PKGNAME= carData
R_PKGVER= 3.0-2
CATEGORIES= math
MAINTAINER= wen@NetBSD.org
COMMENT= Companion to 'Applied Regression' data sets
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|