- add new test dependencies: - devel/R-cran-RUnit - finance/R-cran-fBasics - math/R-cran-Rmpfr Generated by: portcran (0.1.2)
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stabledist
|
|
DISTVERSION= 0.7-1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Stable Distribution Functions
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit \
|
|
R-cran-fBasics>0:finance/R-cran-fBasics \
|
|
R-cran-Rmpfr>0:math/R-cran-Rmpfr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|