aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-bindrcpp/Makefile
blob: e9944ddfd2766eebff6e3e000e7ef05421a8a77b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>