opnsense-ports/devel/R-cran-cli/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

22 lines
478 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= cli
PORTVERSION= 1.1.0
PORTREVISION= 1
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>=1.3.4:devel/R-cran-crayon
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>