blob: 3f235d296011e948c48fc9028cd1cfae9a1e8afc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= reshape
PORTVERSION= 0.8.10
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R package for flexibly restructuring and aggregating data
WWW= http://had.co.nz/reshape/
LICENSE= MIT
RUN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|