726aa66826
Documentation updates Changes: devel/R-cran-getopt: Reported by: portscout
20 lines
440 B
Makefile
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>
|