2020-10-03 15:45:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2020/10/03 13:45:51 mef Exp $
|
2019-07-31 15:13:39 +02:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= ellipsis
|
2020-10-03 15:45:51 +02:00
|
|
|
R_PKGVER= 0.3.1
|
|
|
|
#ATEGORIES= math
|
2019-07-31 15:13:39 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-10-03 15:45:51 +02:00
|
|
|
COMMENT= Collection of functions to catch problems and alert the user
|
2019-07-31 15:13:39 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
|
2019-10-13 14:22:27 +02:00
|
|
|
TEST_DEPENDS+= R-covr>=0:../../devel/R-covr
|
|
|
|
TEST_DEPENDS+= R-testthat>=0:../../devel/R-testthat
|
2019-07-31 15:13:39 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|