ed64344cc7
## 1.0.13 - Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com).
16 lines
350 B
Makefile
16 lines
350 B
Makefile
# $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"
|