mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
cc0bedfbf0
Reported by: portscout
19 lines
438 B
Makefile
19 lines
438 B
Makefile
PORTNAME= Rcpp
|
|
PORTVERSION= 1.0.12
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
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>
|