diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 06:06:11 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 06:06:11 +0000 |
commit | 787a40232e72f88712791f3346138c176bb4e128 (patch) | |
tree | 4a630f0b224e04d9fb1b89999e9552a79919526f /devel/R-cran-Rcpp/Makefile | |
parent | d9829e63a682c03afb25f203cd92ea34eeb0c670 (diff) |
Notes
Diffstat (limited to 'devel/R-cran-Rcpp/Makefile')
-rw-r--r-- | devel/R-cran-Rcpp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile new file mode 100644 index 000000000000..db74124b6e96 --- /dev/null +++ b/devel/R-cran-Rcpp/Makefile @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Rcpp +PORTVERSION= 0.10.3 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Seamless R and C++ Integration + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |