freebsd-ports/devel/R-cran-reshape/Makefile
TAKATSU Tomonari ec52d567bc - Update to 0.8.5
- Use single space after WWW: in pkg-descr
2014-04-26 06:31:06 +00:00

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>