1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/R-cran-foreach/Makefile
Brendan Fabeny 5d57d97db9 update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:	linimon (portmgr), thierry, tota, wen
Feature safe:	yes
2011-11-27 07:02:15 +00:00

25 lines
470 B
Makefile

# New ports collection makefile for: R-cran-foreach
# Date created: 2011-09-04
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= foreach
PORTVERSION= 1.3.2
PORTREVISION= 2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Foreach looping construct for R
LICENSE= ASL
RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>