mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:21 wiz Exp $
|
|
|
|
PKGREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
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"
|