mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Changelog: https://github.com/r-lib/gtable/compare/v0.3.4...v0.3.5 Approved by: bofh (implicit), diizzy (implicit)
21 lines
501 B
Makefile
21 lines
501 B
Makefile
PORTNAME= gtable
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Arrange grobs in tables
|
|
WWW= https://cran.r-project.org/web/packages/gtable/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
|
R-cran-rlang>=1.1.0:devel/R-cran-rlang
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|