summaryrefslogtreecommitdiff
path: root/math/R-reshape2/Makefile
blob: c2917f1f3f6bf785d0d7b9fefce4f8783a707fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:50 brook Exp $

CATEGORIES=	math

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://had.co.nz/reshape/
COMMENT=	Flexibly reshape data

R_PKGNAME=	reshape2
R_PKGVER=	1.4.3

DEPENDS+=	R-plyr>=1.8.1:../../math/R-plyr
DEPENDS+=	R-stringr-[0-9]*:../../textproc/R-stringr

USE_LANGUAGES=	c++

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