summaryrefslogtreecommitdiff
path: root/textproc/R-cran-xml2/Makefile
blob: 9214eef0d49dcbd5e8b7134a67c641ef54764324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	xml2
PORTVERSION=	1.3.8
PORTREVISION=	1
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Parse XML
WWW=		https://cran.r-project.org/web/packages/xml2/

LICENSE=	MIT

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>