freebsd-ports/devel/R-cran-foreach/Makefile
2023-04-23 09:09:58 +00:00

19 lines
417 B
Makefile

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>