1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/R-cran-rex/Makefile
Guangyuan Yang b94ed4814e textproc/R-cran-rex: Update to 1.2.0 and take maintainership
PR:		251643
Approved by:	lwhsu
2020-12-08 08:50:31 +00:00

29 lines
753 B
Makefile

# $FreeBSD$
PORTNAME= rex
DISTVERSION= 1.2.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Friendly Regular Expressions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-lazyeval>0:math/R-cran-lazyeval
TEST_DEPENDS= R-cran-Hmisc>0:devel/R-cran-Hmisc \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-dplyr>0:math/R-cran-dplyr \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-rvest>0:www/R-cran-rvest
USES= cran:auto-plist
.include <bsd.port.mk>