23 lines
472 B
Makefile
23 lines
472 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Rcpp
|
|
PORTVERSION= 0.12.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Seamless R and C++ Integration
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist 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>
|