blob: b2dc571c915334e3e379bed805f1cab4c5cfdd66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:51 brook Exp $
CATEGORIES= math
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"
|