blob: 4148d98662788c7cb77bb464e93be8b37e3edf02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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>
|