freebsd-ports/devel/R-cran-reshape/Makefile
2021-04-06 16:31:07 +02:00

20 lines
433 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= reshape
PORTVERSION= 0.8.8
PORTREVISION= 3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R package for flexibly restructuring and aggregating data
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>