blob: c7a317518aecf1394121a980df99e81abeb34244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2021/08/21 11:51:34 mef Exp $
R_PKGNAME= iterators
R_PKGVER= 1.0.13
CATEGORIES= devel
MAINTAINER= mishka@NetBSD.org
COMMENT= Provides iterator construct
LICENSE= apache-2.0
TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|