ec52d567bc
- Use single space after WWW: in pkg-descr
18 lines
374 B
Makefile
18 lines
374 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= reshape
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= An R package for flexibly restructuring and aggregating data
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|