19 lines
357 B
Makefile
19 lines
357 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= itertools
|
|
DISTVERSION= 0.1-3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Iterator Tools for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-iterators>=1.0.0:devel/R-cran-iterators
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|