1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/R-cran-RcppArmadillo/Makefile
2014-01-01 06:34:27 +00:00

23 lines
494 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RcppArmadillo
PORTVERSION= 0.3.930.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Rcpp integration for Armadillo templated linear algebra library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp
USES= cran:auto-plist
post-patch:
${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
.include <bsd.port.mk>