opnsense-ports/devel/R-cran-cli/Makefile
Franco Fichtner 46c18397c8 */*: sync with upstream
Taken from: HardenedBSD
2018-03-12 02:08:23 +01: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>