opnsense-ports/devel/R-cran-Rcpp/Makefile
Franco Fichtner 65cb4eeb20 */*: sync with upstream
Taken from: HardenedBSD
2020-05-11 10:53:13 +02:00

23 lines
474 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Rcpp
PORTVERSION= 1.0.4.6
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Seamless R and C++ Integration
LICENSE= GPLv2+
USES= cran:auto-plist,compiles shebangfix
SHEBANG_FILES= inst/examples/*/*.sh \
inst/examples/*/*.r \
inst/examples/*/*.R
SHEBANG_LANG= r
r_OLD_CMD= /usr/bin/r
r_CMD= ${LOCALBASE}/bin/R
.include <bsd.port.mk>