4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= foreach
|
|
PORTVERSION= 1.4.3
|
|
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:devel/R-cran-iterators
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|