aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-plyr/Makefile
blob: 5e05d21991a81d78fe878519d1812b4faca72bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    R-cran-plyr
# Date created:     2011-08-16
# Whom:         TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   plyr
PORTVERSION=    1.7.1
PORTREVISION=   3
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Tools for splitting, applying, and combining data

RUN_DEPENDS=    R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \
        R-cran-iterators>0:${PORTSDIR}/devel/R-cran-iterators

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>