freebsd-ports/devel/R-cran-broom/Makefile
2018-04-04 09:27:46 +00:00

25 lines
621 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= broom
DISTVERSION= 0.4.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Convert Statistical Analysis Objects into Tidy Data Frames
LICENSE= MIT
CRAN_DEPENDS= 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>