2018-07-28 16:40:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2018/07/28 14:40:52 brook Exp $
|
2014-09-19 23:03:26 +02:00
|
|
|
|
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/stringr/
|
2016-01-01 14:38:34 +01:00
|
|
|
COMMENT= Make it easier to work with strings
|
2014-09-19 23:03:26 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
R_PKGNAME= stringr
|
2018-02-05 19:58:56 +01:00
|
|
|
R_PKGVER= 1.2.0
|
2016-01-01 14:38:34 +01:00
|
|
|
|
|
|
|
DEPENDS= R-stringi>=0.4.1:../../textproc/R-stringi \
|
|
|
|
R-magrittr>=0:../../devel/R-magrittr
|
2014-09-19 23:03:26 +02:00
|
|
|
|
2018-02-05 19:58:56 +01:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2014-09-19 23:03:26 +02:00
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|