aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-foreach/Makefile
blob: 4ba341367f1d65b576099b08efdc3909eea8099d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	foreach
PORTVERSION=	1.5.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Foreach looping construct for R

LICENSE=	APACHE20

CRAN_DEPENDS=	R-cran-iterators>0:devel/R-cran-iterators
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>