freebsd-ports/textproc/R-cran-xml2/Makefile
2017-05-07 08:38:19 +00:00

25 lines
521 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= xml2
PORTVERSION= 1.1.1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parse XML
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS:= ${CRAN_DEPENDS}
RUN_DEPENDS:= ${CRAN_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>