forked from Lainports/freebsd-ports
A suite of tools designed to build attractive command line interfaces
('CLIs'). Includes tools for drawing rules, boxes, trees, and
'Unicode' symbols with 'ASCII' alternatives.
WWW: https://cran.r-project.org/web/packages/cli/
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cli
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Helpers for Developing Command Line Interfaces
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \
|
|
R-cran-crayon>0:devel/R-cran-crayon
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|