freebsd-ports/devel/R-cran-foreach/Makefile
2022-02-04 09:49:48 +00:00

19 lines
397 B
Makefile

# 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>