ports/devel/R-cran-Rcpp/Makefile
TAKATSU Tomonari 78032fe901 devel/R-cran-Rcpp: Update to 1.0.13-1
Reported by:	portscout
2024-11-04 11:36:04 +00:00

18 lines
440 B
Makefile

PORTNAME= Rcpp
DISTVERSION= 1.0.13-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Seamless R and C++ Integration
WWW= https://cran.r-project.org/web/packages/Rcpp/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles shebangfix
SHEBANG_FILES= inst/examples/*/*.r inst/examples/*/*.R inst/examples/*/*.sh
SHEBANG_LANG= r
r_OLD_CMD= /usr/bin/r
r_CMD= ${LOCALBASE}/bin/R
.include <bsd.port.mk>