summaryrefslogtreecommitdiff
path: root/math/R-e1071/Makefile
blob: 3826e9c59176c249478d6dafbd6de178efbc9209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.10 2019/08/08 19:53:48 brook Exp $

R_PKGNAME=	e1071
R_PKGVER=	1.7-2
CATEGORIES=	math

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

USE_LANGUAGES=	c c++

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"