diff options
author | adam <adam@pkgsrc.org> | 2009-12-11 19:23:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-11 19:23:06 +0000 |
commit | 946630837fbea2f8cb04e46e420a80db6d51965f (patch) | |
tree | 397f1d61ded7e2d27a034334d6c4972c7a858474 /math/R-chron/Makefile | |
parent | 0db0c66176d539427bee15bd22a60b52d64e86c2 (diff) | |
download | pkgsrc-946630837fbea2f8cb04e46e420a80db6d51965f.tar.gz |
Update to the latest version of the module along with R update
Diffstat (limited to 'math/R-chron/Makefile')
-rw-r--r-- | math/R-chron/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/math/R-chron/Makefile b/math/R-chron/Makefile index fa13fcadf5d..372796392a0 100644 --- a/math/R-chron/Makefile +++ b/math/R-chron/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2008/10/13 11:34:21 markd Exp $ -# +# $NetBSD: Makefile,v 1.5 2009/12/11 19:23:06 adam Exp $ -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/chron/ -COMMENT= Chronological objects which can handle dates and times +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/chron/ +COMMENT= Chronological objects which can handle dates and times -R_PKGNAME= chron -R_PKGVER= 2.3-24 +R_PKGNAME= chron +R_PKGVER= 2.3-33 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |