pkgsrc/devel/R-R6/Makefile
brook 587cda3522 R-R6: update to version 2.4.0.
Update to the canonical form of an R package.
2019-07-31 14:58:13 +00:00

16 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/07/31 14:58:13 brook Exp $
CATEGORIES= devel R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/wch/R6/
COMMENT= Encapsulated classes with reference semantics
LICENSE= mit
R_PKGNAME= R6
R_PKGVER= 2.4.0
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"