pkgsrc/math/R-stabledist/Makefile
minskim 9836eb9b80 math/R-stabledist: Import version 0.7-1
This package provides density, probability, and quantile functions,
and random number generation for (skew) stable distributions, using
the parametrizations of Nolan.
2018-01-30 02:13:37 +00:00

17 lines
388 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/01/30 02:13:37 minskim Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://www.rmetrics.org/
COMMENT= Stable distribution functions
LICENSE= gnu-gpl-v2
R_PKGNAME= stabledist
R_PKGVER= 0.7-1
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"