aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-tidyr/Makefile
blob: 99921b1075ee650992cc835a95c56aa38e5919c1 (plain) (blame)
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
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	tidyr
PORTVERSION=	0.6.3
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Easily tidy data with spread and gather functions

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-tibble>0:devel/R-cran-tibble \
		R-cran-dplyr>=0.4:math/R-cran-dplyr \
		R-cran-stringi>0:textproc/R-cran-stringi \
		R-cran-lazyeval>0:math/R-cran-lazyeval \
		R-cran-magrittr>0:devel/R-cran-magrittr \
		R-cran-Rcpp>0:devel/R-cran-Rcpp
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>