d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
21 lines
510 B
Makefile
21 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"
|