pkgsrc/math/R-reshape2/Makefile
brook d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00

19 lines
446 B
Makefile

# $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"