mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
22 lines
578 B
Makefile
22 lines
578 B
Makefile
PORTNAME= pillar
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Coloured Formatting for Columns
|
|
WWW= https://cran.r-project.org/web/packages/pillar/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-cli>=2.3.0:devel/R-cran-cli \
|
|
R-cran-fansi>0:devel/R-cran-fansi \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
|
R-cran-rlang>=1.0.2:devel/R-cran-rlang \
|
|
R-cran-utf8>=1.1.0:textproc/R-cran-utf8 \
|
|
R-cran-vctrs>=0.5.0:devel/R-cran-vctrs
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|