-
Notifications
You must be signed in to change notification settings - Fork 160
/
Makefile
32 lines (25 loc) · 1.07 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.10 2024/10/18 22:29:06 mef Exp $
R_PKGNAME= waldo
R_PKGVER= 0.5.3
CATEGORIES= devel
MAINTAINER= [email protected]
COMMENT= Find Differences Between R Objects
LICENSE= mit # + file LICENSE
DEPENDS+= R-cli>=2.0.2:../../devel/R-cli
DEPENDS+= R-diffobj-[0-9]*:../../devel/R-diffobj
DEPENDS+= R-glue>=1.4.1:../../devel/R-glue
DEPENDS+= R-rematch2>=2.1.2:../../devel/R-rematch2
DEPENDS+= R-rlang>=0.4.7:../../devel/R-rlang
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
TEST_DEPENDS+= R-rematch2-[0-9]*:../../devel/R-rematch2
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"