diff options
Diffstat (limited to 'textproc/R-cran-stringr/Makefile')
-rw-r--r-- | textproc/R-cran-stringr/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index 3cc747260f68..8ac1ac665a17 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -1,24 +1,23 @@ PORTNAME= stringr -PORTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= textproc -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Make it easier to work with strings WWW= https://cran.r-project.org/web/packages/stringr/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-glue>=1.6.1:devel/R-cran-glue \ R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-rlang>=1.0.0:devel/R-cran-rlang \ R-cran-stringi>=1.5.3:textproc/R-cran-stringi \ R-cran-vctrs>0:devel/R-cran-vctrs -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist .include <bsd.port.mk> |