summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 20:27:31 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 20:27:31 +0000
commitb8213b8d35a76a9e953a8a50ab6fcf99b1755706 (patch)
tree9e50bdecae41b1e49f38293711f99ae17d3bda4c /math
parentdf2ef50c9b697cb148e801754cd75c19be76befb (diff)
downloadpkgsrc-b8213b8d35a76a9e953a8a50ab6fcf99b1755706.tar.gz
R-shapefiles: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
Diffstat (limited to 'math')
-rw-r--r--math/R-shapefiles/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/R-shapefiles/Makefile b/math/R-shapefiles/Makefile
index 65bf6cbdd69..a89435b95d6 100644
--- a/math/R-shapefiles/Makefile
+++ b/math/R-shapefiles/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2018/07/28 14:40:50 brook Exp $
-#
+# $NetBSD: Makefile,v 1.8 2019/07/31 20:27:31 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles/
-COMMENT= Functions to read and write ESRI shapefiles
-LICENSE= gnu-gpl-v2
+COMMENT= Read and write ESRI shapefiles
+LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= shapefiles
R_PKGVER= 0.7
+USE_LANGUAGES= # none
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"