blob: b7ba71bee181a3c2556c9157c73fe2c3b8df311b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.7 2022/05/28 23:45:45 wen Exp $
R_PKGNAME= R6
R_PKGVER= 2.5.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
COMMENT= Encapsulated classes with reference semantics
LICENSE= mit
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|