pkgsrc/math/R-tibble/Makefile
brook 61629d6a7a R-tibble: update to version 2.1.3.
Update to the canonical form of an R package.
2019-07-31 20:35:18 +00:00

23 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/07/31 20:35:18 brook Exp $
CATEGORIES= math R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://tibble.tidyverse.org/
COMMENT= Simple data frames
LICENSE= mit
R_PKGNAME= tibble
R_PKGVER= 2.1.3
DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi
DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
DEPENDS+= R-pillar>=1.3.1:../../misc/R-pillar
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"