mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ee4edf2051
bindings that call a C++ function. WWW: https://github.com/krlmlr/bindrcpp
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bindrcpp
|
|
DISTVERSION= 0.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Rcpp Interface to Active Bindings
|
|
|
|
BUILD_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
|
|
R-cran-bindr>=0:devel/R-cran-bindr \
|
|
R-cran-plogr>=0:devel/R-cran-plogr
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
|
|
R-cran-bindr>=0:devel/R-cran-bindr \
|
|
R-cran-plogr>=0:devel/R-cran-plogr
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|