freebsd-ports/devel/R-cran-foreach/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>