freebsd-ports/devel/R-cran-getopt/Makefile
Jason W. Bacon 726aa66826 devel/R-cran-getopt: Update to 1.20.4
Documentation updates

Changes: devel/R-cran-getopt:

Reported by:    portscout
2023-10-07 08:32:24 -05:00

20 lines
440 B
Makefile

PORTNAME= getopt
DISTVERSION= 1.20.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Accept short and long flags in Rscript
WWW= https://cran.r-project.org/web/packages/getopt/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cran:auto-plist
post-patch:
@${REINPLACE_CMD} -i '' -e \
's|/path/to/Rscript|${LOCALBASE}/bin/Rscript|' \
${WRKSRC}/exec/example.R
.include <bsd.port.mk>