ports/math/R-cran-gtable/Makefile
Zsolt Udvari 2d6287408b math/R-cran-gtable: update to 0.3.5
Changelog: https://github.com/r-lib/gtable/compare/v0.3.4...v0.3.5

Approved by:	bofh (implicit), diizzy (implicit)
2024-04-27 21:16:59 +02:00

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>