aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-reshape/Makefile
blob: fe08ab473f0e4fcac3cbf896ea67692657ae6882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	reshape
PORTVERSION=	0.8.5
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	R package for flexibly restructuring and aggregating data

LICENSE=	MIT

RUN_DEPENDS=	R-cran-plyr>0:devel/R-cran-plyr

USES=	cran:auto-plist

.include <bsd.port.mk>