freebsd-ports/devel/R-cran-cli/Makefile
TAKATSU Tomonari 781ec3cca4 - Add new port: devel/R-cran-cli
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/
2018-03-12 08:35:06 +00:00

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>