23 lines
596 B
Makefile
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"
|