freebsd-ports/devel/R-cran-reshape2/Makefile
TAKATSU Tomonari 6b7d670271 - Update to 1.4.2
- Add "compiles" argument to USES=cran
- Update WWW: line in pkg-descr
2016-12-03 14:05:36 +00:00

20 lines
452 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= reshape2
PORTVERSION= 1.4.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Flexibly reshape data: a reboot of the reshape package
LICENSE= MIT
RUN_DEPENDS= R-cran-plyr>=1.8.1:devel/R-cran-plyr \
R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-Rcpp>0:devel/R-cran-Rcpp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>