aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-xml2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-cran-xml2/Makefile')
-rw-r--r--textproc/R-cran-xml2/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/R-cran-xml2/Makefile b/textproc/R-cran-xml2/Makefile
index 7349555d6afc..7f149dfd185e 100644
--- a/textproc/R-cran-xml2/Makefile
+++ b/textproc/R-cran-xml2/Makefile
@@ -1,15 +1,18 @@
PORTNAME= xml2
-PORTVERSION= 1.3.3
-PORTREVISION= 2
+PORTVERSION= 1.3.6
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parse XML
+WWW= https://cran.r-project.org/web/packages/xml2/
LICENSE= MIT
-USES= cran:auto-plist,compiles gnome
+RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
+ R-cran-rlang>=1.1.0:devel/R-cran-rlang
+
+USES= cran:auto-plist,compiles gnome
USE_GNOME= libxml2
.include <bsd.port.mk>