blob: 65c52e1698ac1bdbac2deb75ccc7349ee197548b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:44 brook Exp $
R_PKGNAME= Formula
R_PKGVER= 1.2-3
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extended model formulas
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|