blob: 29f4dcfa021041e6de4204258c322e9ef0de4a94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Rcpp
PORTVERSION= 0.12.13
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>
|