14 lines
342 B
Makefile
14 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/07/31 18:37:34 brook Exp $
|
|
|
|
R_PKGNAME= plyr
|
|
R_PKGVER= 1.8.6
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tools for splitting, applying and combining data
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|