diff options
Diffstat (limited to 'devel/R-cran-evaluate/Makefile')
-rw-r--r-- | devel/R-cran-evaluate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/R-cran-evaluate/Makefile b/devel/R-cran-evaluate/Makefile index 08ef050af773..c7d8050312e5 100644 --- a/devel/R-cran-evaluate/Makefile +++ b/devel/R-cran-evaluate/Makefile @@ -1,14 +1,16 @@ PORTNAME= evaluate -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Parsing and Evaluation Tools -WWW= https://cran.r-project.org/web/packages/evaluate/ +WWW= https://cran.r-project.org/package=evaluate LICENSE= MIT +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat + USES= cran:auto-plist .include <bsd.port.mk> |