mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
17 lines
373 B
Makefile
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>
|