aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-ellipsis/Makefile
blob: 34fdd64831da765a36204e8a10ccec37619220bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	ellipsis
PORTVERSION=	0.3.2
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Powerful tool for extending functions
WWW=		https://cran.r-project.org/web/packages/ellipsis/

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-rlang>=0.3.0:devel/R-cran-rlang
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>