freebsd-ports/devel/R-cran-itertools/Makefile
2012-03-03 16:59:36 +00:00

22 lines
449 B
Makefile

# New ports collection makefile for: R-cran-itertools
# Date created: 2011-08-16
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= itertools
DISTVERSION= 0.1-1
PORTREVISION= 4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Iterator Tools for R
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>