(www/R-rvest) Add missing DEPEDNDS, update REQ. version
This commit is contained in:
parent
5211087d48
commit
c65a4bbf87
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2021/08/24 11:27:50 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2021/08/28 02:15:59 mef Exp $
|
||||
|
||||
R_PKGNAME= rvest
|
||||
R_PKGVER= 1.0.1
|
||||
|
@ -10,8 +10,11 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
||||
DEPENDS+= R-selectr>=0.4.2:../../textproc/R-selectr
|
||||
DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2
|
||||
DEPENDS+= R-xml2>=1.3:../../textproc/R-xml2
|
||||
DEPENDS+= R-httr>=0.5:../../www/R-httr
|
||||
DEPENDS+= R-lifecycle>=1.0.0:../../devel/R-lifecycle
|
||||
DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
|
||||
DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
||||
|
||||
# Packages suggested but not available: 'repurrrsive', 'webfakes'
|
||||
TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr
|
||||
|
|
Loading…
Reference in a new issue