diff options
author | mef <mef@pkgsrc.org> | 2021-06-05 06:27:32 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-06-05 06:27:32 +0000 |
commit | 41aedee36f3660543c481419b2a858a28284f6ba (patch) | |
tree | 7e44b71674b8780cf6626a612d00861f257e5ef7 /math | |
parent | 0b956c5cbb61b597096d1c59458beb2234d1a882 (diff) | |
download | pkgsrc-41aedee36f3660543c481419b2a858a28284f6ba.tar.gz |
(math/R-ellipsis) LICENSE= mit
Diffstat (limited to 'math')
-rw-r--r-- | math/R-ellipsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-ellipsis/Makefile b/math/R-ellipsis/Makefile index 06d9ef2e13e..75cd4f45916 100644 --- a/math/R-ellipsis/Makefile +++ b/math/R-ellipsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/05/30 02:55:09 mef Exp $ +# $NetBSD: Makefile,v 1.7 2021/06/05 06:27:32 mef Exp $ R_PKGNAME= ellipsis R_PKGVER= 0.3.2 @@ -6,7 +6,7 @@ R_PKGVER= 0.3.2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Collection of functions to catch problems and alert the user -LICENSE= gnu-gpl-v3 +LICENSE= mit DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang TEST_DEPENDS+= R-covr>=0:../../devel/R-covr |