19 lines
414 B
Makefile
19 lines
414 B
Makefile
PORTNAME= reshape
|
|
PORTVERSION= 0.8.9
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
CRAN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|