blob: 24d6df6aa7ba9b2ea4c5f3c1114a9f2a76134f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= cli
PORTVERSION= 3.6.0
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>
|