summaryrefslogtreecommitdiffstats
path: root/textproc/R-cran-xml2/Makefile
blob: 004c931d958f6b7b84debde2c26ead62e7c4ac94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	xml2
PORTVERSION=	1.0.0
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Parse XML

LICENSE=	GPLv2+

BUILD_DEPENDS=	R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
		R-cran-BH>0:devel/R-cran-BH
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=	cran:auto-plist,compiles
USE_GNOME=	libxml2

post-patch:
	@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud