summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 18:51:49 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 18:51:49 +0000
commit72e04e47fda03dc6f8671101f1ba7b705f5d05f9 (patch)
tree3ae5caf14974ba4165fbd23b58ce25dc9122d062 /math
parent4742f7dc732e090a88655079d70d218425eae289 (diff)
downloadpkgsrc-72e04e47fda03dc6f8671101f1ba7b705f5d05f9.tar.gz
R-akima: update to canonical form of an R package.
Diffstat (limited to 'math')
-rw-r--r--math/R-akima/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/math/R-akima/Makefile b/math/R-akima/Makefile
index 08b7d0d2b5a..1adef075848 100644
--- a/math/R-akima/Makefile
+++ b/math/R-akima/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/31 18:51:49 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/akima/
-COMMENT= Linear or cubic spline interpolation for irregular gridded data
+COMMENT= Interpolation of irregularly and regularly spaced data
LICENSE= acm-license
-DEPENDS+= R-sp>=0:../../math/R-sp
+DEPENDS+= R-sp>=1.3.1:../../math/R-sp
R_PKGNAME= akima
R_PKGVER= 0.6-2
@@ -18,8 +18,9 @@ R_PKGVER= 0.6-2
# Note: the ACM license requires prior arrangements to distribute the
# software as part of a commercial product.
-NO_BIN_ON_CDROM= # defined
-NO_SRC_ON_CDROM= # defined
+RESTRICTED= Prior arrangements required to distribute commercially
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
USE_LANGUAGES= fortran c