3176a0c262
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user. WWW: https://cran.r-project.org/web/packages/ellipsis/
19 lines
371 B
Makefile
19 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ellipsis
|
|
PORTVERSION= 0.2.0.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Powerful tool for extending functions
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CRAN_DEPENDS= R-cran-rlang>=0.3.0:devel/R-cran-rlang
|
|
BUILD_DEPENS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|