mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= foreach
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Foreach looping construct for R
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|