freebsd-ports/finance/R-cran-tseries/Makefile
David Naylor c4206bba43 finance/R-cran-tseries: add missing pkg.plist.
The port was changed from autoplist to manual plist to ensure detenction
of silent configuration changes.

Bump port revision has valid packages (although with missing content) was
generated.

PR:		210394
2016-06-20 04:32:29 +00:00

23 lines
524 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= tseries
DISTVERSION= 0.10-35
PORTREVISION= 1
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Time series analysis and computational finance
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= R-cran-quadprog>0:math/R-cran-quadprog \
R-cran-zoo>0:math/R-cran-zoo
RUN_DEPENDS= R-cran-quadprog>0:math/R-cran-quadprog \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:compiles
.include <bsd.port.mk>