diff options
author | brook <brook> | 2012-04-15 14:51:05 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-15 14:51:05 +0000 |
commit | 013132ed3fbf43855b95248c7a643541577f6f87 (patch) | |
tree | 0686b352b4c233a6faaced0f7623f4ee4ef99750 /math/R-R2HTML/Makefile | |
parent | 609eab08cd55139ac3733980da9843f1ae4531c1 (diff) | |
download | pkgsrc-013132ed3fbf43855b95248c7a643541577f6f87.tar.gz |
Update to R2HTML v2.2, add LICENSE and regularize package files.
Diffstat (limited to 'math/R-R2HTML/Makefile')
-rw-r--r-- | math/R-R2HTML/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/R-R2HTML/Makefile b/math/R-R2HTML/Makefile index 4a9db8f7d3d..d4f65b29569 100644 --- a/math/R-R2HTML/Makefile +++ b/math/R-R2HTML/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2009/12/11 19:20:07 adam Exp $ +# $NetBSD: Makefile,v 1.6 2012/04/15 14:51:05 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/ -COMMENT= Includes HTML function and methods to write in an HTML output +COMMENT= R functions to write an HTML file +LICENSE= gnu-gpl-v2 R_PKGNAME= R2HTML -R_PKGVER= 1.59-1 +R_PKGVER= 2.2 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |