pkgsrc/math/R-gdata/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

21 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/05/29 23:36:52 wiz Exp $
PKGREVISION= 3
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"