80244689b1
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data. Packaged by mishka@ for pkgsrc-wip and modified by me.
14 lines
332 B
Makefile
14 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/13 16:05:44 minskim Exp $
|
|
|
|
DISTNAME= iterators_1.0.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
COMMENT= Provides Iterator Construct for R
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=2.5.0
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|