freebsd-ports/textproc/R-cran-xmlparsedata/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
402 B
Makefile

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>