mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= reshape2
|
|
PORTVERSION= 1.4.1
|
|
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:${PORTSDIR}/devel/R-cran-plyr \
|
|
R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|