06e28f31d4
Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. WWW: https://cran.r-project.org/web/packages/xml2/
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml2
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Parse XML
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:${PORTSDIR}/devel/R-cran-Rcpp \
|
|
R-cran-BH>0:${PORTSDIR}/devel/R-cran-BH
|
|
|
|
USES= cran:auto-plist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|