freebsd-ports/math/R-cran-stabledist/Makefile
Antoine Brodin 56ef934c13 Mark BROKEN
===>  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
2015-06-06 06:20:45 +00:00

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>