Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/devel/R-cran-foreach/Makefile
17426 views
# Created by: TAKATSU Tomonari <[email protected]>

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

MAINTAINER=	[email protected]
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>