Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/devel/R-cran-ellipsis/Makefile
16123 views
PORTNAME=	ellipsis
PORTVERSION=	0.3.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Powerful tool for extending functions

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>