aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-cli/Makefile
blob: 0649d3f17573ee64f9ef8472ceee079d68ac9194 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	cli
PORTVERSION=	3.6.0
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Helpers for Developing Command Line Interfaces
WWW=		https://cran.r-project.org/web/packages/cli/

LICENSE=	MIT

USES=		cran:auto-plist,compiles

post-install:
	@${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}

.include <bsd.port.mk>