diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 15:15:48 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 15:15:48 +0000 |
commit | 3ee7991372af3b73a34c1e34cff5b983beb81055 (patch) | |
tree | 8356e4485933622c85e472455af95cc4a90adf0b /math/R-car/Makefile | |
parent | 5025560c89571c9625c4ffb7d7b20c2fec928bb4 (diff) | |
download | pkgsrc-3ee7991372af3b73a34c1e34cff5b983beb81055.tar.gz |
Update to car v2.0-12 and add LICENSE.
Diffstat (limited to 'math/R-car/Makefile')
-rw-r--r-- | math/R-car/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/R-car/Makefile b/math/R-car/Makefile index 8958d4aabbd..5e1e8ba0de3 100644 --- a/math/R-car/Makefile +++ b/math/R-car/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/09/26 19:33:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/04/15 15:15:48 brook Exp $ # CATEGORIES= math @@ -7,9 +7,10 @@ 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 +LICENSE= gnu-gpl-v2 R_PKGNAME= car -R_PKGVER= 2.0-11 +R_PKGVER= 2.0-12 WRKSRC= ${WRKDIR}/car USE_LANGUAGES= # none |