freebsd-ports/devel/R-cran-foreach/Makefile

19 lines
353 B
Makefile
Raw Normal View History

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