56ef934c13
===> Staging for R-cran-stabledist-0.7.0 ===> Generating temporary packing list ERROR: this R is version 3.0.2, package 'stabledist' requires R >= 3.1.0 Reported by: pkg-fallout
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stabledist
|
|
DISTVERSION= 0.7-0
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Stable Distribution Functions
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
BROKEN= requires R >= 3.1.0
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|