summaryrefslogtreecommitdiff
path: root/textproc/R-cran-xmlparsedata/Makefile
blob: ebf438c9b6fa008e8cb071bc1729bd8614628ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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>