summaryrefslogtreecommitdiff
path: root/math/R-bbmle
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 18:54:43 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 18:54:43 +0000
commitede5a062b2030321b490ec9b66f6a6a459d6556f (patch)
tree67c4bab06887a88153440f19a2c8dc69f0e55b54 /math/R-bbmle
parent0e3b4c2ae7d11e038fa151d57e47ccdcc3bcc3f8 (diff)
downloadpkgsrc-ede5a062b2030321b490ec9b66f6a6a459d6556f.tar.gz
R-bbmle: 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/R-bbmle')
-rw-r--r--math/R-bbmle/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/math/R-bbmle/Makefile b/math/R-bbmle/Makefile
index 0dd54f7441c..b338657d451 100644
--- a/math/R-bbmle/Makefile
+++ b/math/R-bbmle/Makefile
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 18:54:43 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/bbmle/
COMMENT= Tools for general maximum likelihood estimation
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= R-numDeriv-[0-9]*:../../math/R-numDeriv
+LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= bbmle
R_PKGVER= 1.0.20
+DEPENDS+= R-numDeriv>=2016.8.1:../../math/R-numDeriv
+
USE_LANGUAGES+= # none
-BUILDLINK_API_DEPENDS.R+= R>=3.0.0
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"