mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
23 lines
511 B
Makefile
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>
|