2b5d60d7fc
3.3 - Unix: automatially path.expand() to normalize e.g. homedir - Unix: skip unicode path test on systems without UTF-8 locale.
14 lines
320 B
Makefile
14 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/12/31 11:41:22 mef Exp $
|
|
|
|
R_PKGNAME= sys
|
|
R_PKGVER= 3.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Powerful and reliable tools for running system commands in R
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|