summaryrefslogtreecommitdiff
path: root/geography/R-rgdal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/R-rgdal/Makefile')
-rw-r--r--geography/R-rgdal/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/geography/R-rgdal/Makefile b/geography/R-rgdal/Makefile
index 402f5d1de8f..69476be3979 100644
--- a/geography/R-rgdal/Makefile
+++ b/geography/R-rgdal/Makefile
@@ -1,14 +1,23 @@
-# $NetBSD: Makefile,v 1.7 2021/05/03 16:28:46 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/20 08:04:00 mef Exp $
R_PKGNAME= rgdal
-R_PKGVER= 1.4-8
-PKGREVISION= 5
+R_PKGVER= 1.5-27
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Bindings for the 'Geospatial' Data Abstraction Library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # + file LICENSE.note
+# Packages suggested but not available:
+# 'knitr', 'DBI', 'RSQLite', 'maptools', 'mapview', 'rmarkdown',
+# 'curl', 'rgeos'
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
+TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
+TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
+
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++