ports/devel/R-cran-cli/Makefile
2023-06-01 18:55:30 +08:00

17 lines
373 B
Makefile

PORTNAME= cli
PORTVERSION= 3.6.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
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>