Zsolt Udvari 2bbee5be47 textproc/R-cran-stringr: Update to 1.5.2
Add license file.
Should use only RUN_DEPENDS because this package doesn't need compiling.
Switch to DISTVERSION.

Changelog:
https://cran.r-project.org/web/packages/stringr/news/news.html
2025-09-10 19:47:35 +02:00

24 lines
632 B
Makefile

PORTNAME= stringr
DISTVERSION= 1.5.2
CATEGORIES= textproc
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
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
USES= cran:auto-plist
.include <bsd.port.mk>