freebsd-ports/math/R-cran-RcppArmadillo/Makefile

22 lines
472 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RcppArmadillo
2016-01-28 10:18:30 +01:00
PORTVERSION= 0.6.500.4.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Rcpp integration for Armadillo templated linear algebra library
2016-01-24 14:27:25 +01:00
LICENSE= GPLv2+
2014-03-13 16:11:54 +01:00
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
USES= cran:auto-plist
2014-01-01 07:34:27 +01:00
post-patch:
2015-12-06 06:17:09 +01:00
@${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure
2014-03-13 16:11:54 +01:00
.include <bsd.port.mk>