1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/R-cran-broom/Makefile
2018-07-21 10:48:06 +00:00

27 lines
666 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= broom
DISTVERSION= 0.5.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Convert Statistical Analysis Objects into Tidy Data Frames
LICENSE= MIT
CRAN_DEPENDS= R-cran-backports>0:math/R-cran-backports \
R-cran-plyr>0:devel/R-cran-plyr \
R-cran-dplyr>0:math/R-cran-dplyr \
R-cran-tidyr>0:devel/R-cran-tidyr \
R-cran-psych>0:math/R-cran-psych \
R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-reshape2>0:devel/R-cran-reshape2
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>