aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-cpp11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-cpp11/Makefile')
-rw-r--r--devel/R-cran-cpp11/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile
index 0be80208bee1..356f96e32a44 100644
--- a/devel/R-cran-cpp11/Makefile
+++ b/devel/R-cran-cpp11/Makefile
@@ -1,13 +1,19 @@
PORTNAME= cpp11
-PORTVERSION= 0.4.2
+DISTVERSION= 0.4.7
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= tota@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= C++11 Interface for R's C Interface
+WWW= https://cran.r-project.org/web/packages/cpp11/
LICENSE= MIT
+TEST_DEPENDS= R-cran-decor>0:devel/R-cran-decor \
+ R-cran-mockery>0:devel/R-cran-mockery \
+ R-cran-progress>0:devel/R-cran-progress \
+ R-cran-testthat>0:devel/R-cran-testthat
+
USES= compiler:c++11-lang cran:auto-plist
.include <bsd.port.mk>