freebsd-ports/devel/R-cran-bindrcpp/Makefile
2023-12-30 14:20:03 +00:00

19 lines
524 B
Makefile

PORTNAME= bindrcpp
DISTVERSION= 0.2.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Rcpp Interface to Active Bindings
WWW= https://github.com/krlmlr/bindrcpp
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>