mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= itertools
|
|
DISTVERSION= 0.1-3
|
|
PORTREVISION= 5
|
|
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>
|