pkgsrc/math/R-car/Makefile
ryoon 7d194cba2e Import R-car-2.0.11 as math/R-car
This package accompanies J. Fox and S. Weisberg, An R Companion to
Applied Regression, Second Edition, Sage, 2011.

Used by math/R-Rcmdr.
OKed by wiz@.
2011-09-26 19:33:02 +00:00

18 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/09/26 19:33:02 ryoon Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/car/
COMMENT= Accompanies An R Companion to Applied Regression, 2nd Edition
R_PKGNAME= car
R_PKGVER= 2.0-11
WRKSRC= ${WRKDIR}/car
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"