587cda3522
Update to the canonical form of an R package.
16 lines
345 B
Makefile
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"
|