freebsd-ports/textproc/R-cran-xml2/Makefile
TAKATSU Tomonari 06e28f31d4 - Add new port: textproc/R-cran-xml2
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/
2015-11-08 11:28:37 +00:00

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>