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

R_PKGNAME=	reshape2
R_PKGVER=	1.4.3
CATEGORIES=	math

MAINTAINER=	minskim@NetBSD.org
COMMENT=	Flexibly reshape data: a reboot of the reshape package
LICENSE=	mit

DEPENDS+=	R-plyr>=1.8.1:../../math/R-plyr
DEPENDS+=	R-stringr>=1.4.0:../../textproc/R-stringr

USE_LANGUAGES=	c++

.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"