freebsd-ports/devel/R-cran-reshape/Makefile
TAKATSU Tomonari 97c60529e3 - Update to 0.8.6
- Add "compiles" argument to USES=cran
2016-12-03 14:33:15 +00:00

20 lines
429 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= reshape
PORTVERSION= 0.8.6
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>