aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-Rcpp/Makefile
blob: a8bc0e22afa9ad76f8ef8192db89a86d264ddf9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 

                    
                     





                                              
                      
 
                                                   
                                      
                                     
                                   


                                  

                      
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	Rcpp
PORTVERSION=	1.0.6
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>