ports/devel/R-cran-tibble/Makefile
2018-03-16 09:42:21 +00:00

23 lines
511 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= tibble
PORTVERSION= 1.4.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Simple Data Frames
LICENSE= MIT
CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
R-cran-crayon>0:devel/R-cran-crayon \
R-cran-pillar>=1.1.0:devel/R-cran-pillar \
R-cran-rlang>0:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>