freebsd-ports/textproc/R-cran-xmlparsedata/Makefile
Guangyuan Yang f6121f02d1 textproc/R-cran-xmlparsedata: Update to 1.0.5
Approved by:	lwhsu
2021-03-08 03:21:46 +00:00

20 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= xmlparsedata
DISTVERSION= 1.0.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-xml2>0:textproc/R-cran-xml2
USES= cran:auto-plist
.include <bsd.port.mk>