opnsense-ports/math/R-cran-RcppEigen/Makefile
Franco Fichtner 485f83f797 */*: sync with upstream
Taken from: FreeBSD
2015-11-16 07:24:08 +01:00

20 lines
447 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RcppEigen
PORTVERSION= 0.3.2.5.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Rcpp integration for the Eigen templated linear algebra library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
USES= cran:auto-plist
.include <bsd.port.mk>