mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports: audio/musicpc converters/R-cran-jsonlite databases/R-cran-cachem databases/R-cran-fastmap databases/adminer deskutils/fet devel/R-cran-cli devel/R-cran-fansi devel/R-cran-later devel/R-cran-purrr devel/R-cran-vctrs devel/lua-sysctl ftp/R-cran-curl graphics/R-cran-colorspace graphics/R-cran-ggrepel graphics/R-cran-magick graphics/diff-pdf graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf mail/squirrelmail-translations mail/squirrelmail math/R-cran-gtable math/R-cran-isoband math/geogebra misc/R-cran-xfun misc/histring print/R-cran-knitr security/R-cran-digest sysutils/hcloud sysutils/py-rdiff-backup textproc/R-cran-highr textproc/R-cran-htmltools textproc/R-cran-stringi textproc/R-cran-stringr textproc/R-cran-utf8 textproc/R-cran-yaml textproc/urlview www/kohana x11-wm/herbstluftwm x11/bemenu x11/dzen2 x11/stalonetray Approved by: bofh (mentor), diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D43614
24 lines
660 B
Makefile
24 lines
660 B
Makefile
PORTNAME= stringr
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Make it easier to work with strings
|
|
WWW= https://cran.r-project.org/web/packages/stringr/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_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
|
|
|
|
.include <bsd.port.mk>
|