20 lines
465 B
Makefile
20 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/08/22 09:45:35 wiz Exp $
|
|
|
|
PKGREVISION= 6
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/gdata/
|
|
COMMENT= Various R programming tools for data manipulation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= gdata
|
|
R_PKGVER= 2.8.2
|
|
|
|
DEPENDS+= R-gtools>=2.6.2:../../math/R-gtools
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL+= inst/bin/*.bat inst/perl/*.pl
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|