blob: e2eafe391fe314cf00d4a19e7fe35b5f6b845880 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|