summaryrefslogtreecommitdiff
path: root/textproc/R-stringr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-stringr/Makefile')
-rw-r--r--textproc/R-stringr/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/R-stringr/Makefile b/textproc/R-stringr/Makefile
index 616a057ef01..5ac9a815a7b 100644
--- a/textproc/R-stringr/Makefile
+++ b/textproc/R-stringr/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2019/07/31 20:58:08 brook Exp $
+# $NetBSD: Makefile,v 1.7 2019/08/08 19:53:57 brook Exp $
-CATEGORIES= textproc R
+R_PKGNAME= stringr
+R_PKGVER= 1.4.0
+CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${R_HOMEPAGE_BASE}/stringr/
COMMENT= Simple, consistent wrappers for common string operations
LICENSE= gnu-gpl-v2
-R_PKGNAME= stringr
-R_PKGVER= 1.4.0
-
DEPENDS+= R-glue>=1.2.0:../../devel/R-glue
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+= R-stringi>=1.1.7:../../textproc/R-stringi