pkgsrc/devel/R-iterators/Makefile
mef ed64344cc7 (devel/R-iterators) Update 1.0.12 to 1.0.13
## 1.0.13
- Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com).
2021-08-21 11:51:34 +00:00

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"