blob: 1b9585ca4ea6bb0351a961cee00d09267a7d19f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.7 2019/08/08 19:53:40 brook Exp $
R_PKGNAME= rlang
R_PKGVER= 0.4.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
COMMENT= Functions for base types and core R and 'Tidyverse' features
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|