pkgsrc/textproc/R-xmlparsedata/Makefile
mef 8991bc7d28 (textproc/R-xmlparsedata) import R-xmlparsedata-1.0.3
Convert the output of 'utils::getParseData()' to an 'XML' tree, that
one can search via 'XPath', and easier to manipulate in general.
2020-02-10 14:19:35 +00:00

14 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/02/10 14:19:35 mef Exp $
R_PKGNAME= xmlparsedata
R_PKGVER= 1.0.3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
LICENSE= mit # + file LICENSE
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"