summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 15:24:11 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 15:24:11 +0000
commit701051c371778c966dc5f83f1860380e53842684 (patch)
treeab861b53a44ed8a9eb4612cdbd06e32c862c76e0 /devel
parent83a2898887ab2d8bcbd4a6fce24e19e9cc6fb944 (diff)
downloadpkgsrc-701051c371778c966dc5f83f1860380e53842684.tar.gz
R-glue: update to canonical form of an R package.
Diffstat (limited to 'devel')
-rw-r--r--devel/R-glue/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/R-glue/Makefile b/devel/R-glue/Makefile
index a77dac07e1b..c0aefd6e161 100644
--- a/devel/R-glue/Makefile
+++ b/devel/R-glue/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2019/04/07 13:19:52 wen Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:24:11 brook Exp $
-DISTNAME= glue_1.3.1
-CATEGORIES= devel
+CATEGORIES= devel R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/tidyverse/glue
-COMMENT= Interpreted String Literals
+COMMENT= Interpreted string literals
LICENSE= mit
+R_PKGNAME= glue
+R_PKGVER= 1.3.1
+
USE_LANGUAGES= c
-BUILDLINK_API_DEPENDS.R+= R>=3.1
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"