summaryrefslogtreecommitdiff
path: root/textproc/R-cran-rex/Makefile
blob: 8af5087833001b4289917444d2e2abdd669e4437 (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
28
29
# $FreeBSD$

PORTNAME=	rex
DISTVERSION=	1.1.2
PORTREVISION=	2
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	dbn@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>