mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
15 lines
298 B
Makefile
15 lines
298 B
Makefile
PORTNAME= iterators
|
|
PORTVERSION= 1.0.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Iterator construct for R
|
|
WWW= https://cran.r-project.org/web/packages/iterators/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|