summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 16:09:08 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 16:09:08 +0000
commite91db0923730ee7f3ccc6d5ca175f74102b5c8ff (patch)
tree8fd51717efa55e0e92c14a9c91902fb8ba2cc952
parenta0f6bbfe6231102d957b35f3b68ff18b7ed1c6fd (diff)
downloadpkgsrc-e91db0923730ee7f3ccc6d5ca175f74102b5c8ff.tar.gz
R-latticeExtra: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
-rw-r--r--graphics/R-latticeExtra/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/R-latticeExtra/Makefile b/graphics/R-latticeExtra/Makefile
index 94a8233dc2f..a206a1c1b4e 100644
--- a/graphics/R-latticeExtra/Makefile
+++ b/graphics/R-latticeExtra/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2018/07/28 14:40:44 brook Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/31 16:09:08 brook Exp $
-CATEGORIES= graphics
+CATEGORIES= graphics R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/latticeExtra/
COMMENT= Extra graphical utilities based on lattice
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= latticeExtra
R_PKGVER= 0.6-28
DEPENDS+= R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer
+USE_LANGUAGES= # none
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"