aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-foreach/Makefile
blob: 65cd1b8f51a06317b13f9b5361ea5288f5ba2ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	foreach
PORTVERSION=	1.5.2
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Foreach looping construct for R
WWW=		https://cran.r-project.org/web/packages/foreach/

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>