18 lines
339 B
Makefile
18 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ellipsis
|
|
PORTVERSION= 0.3.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
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|