summaryrefslogtreecommitdiff
path: root/math/R-DAAG/Makefile
blob: e8c78dede3f3a0595e34f0e0db18828a22feb989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.15 2019/08/08 19:53:44 brook Exp $

R_PKGNAME=	DAAG
R_PKGVER=	1.22.1
CATEGORIES=	math

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Data analysis and graphics data and functions
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-latticeExtra>=0.6.26:../../graphics/R-latticeExtra

USE_LANGUAGES=	# none

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