0f46faeb18
# rappdirs 0.3.3 * rappdirs functions are no longer vectorised; this was an accidental change in 0.3.2 (#32). # rappdirs 0.3.2 * `user_data_dir()`, `use_cache_dir()` and `use_config_dir()` now respect `R_USER_DATA_DIR`, `R_USER_CACHE_DIR` and `R_USER_CONFIG_DIR` env vars (#27). * No longer uses methods package.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/06 12:59:29 mef Exp $
|
|
|
|
R_PKGNAME= rappdirs
|
|
R_PKGVER= 0.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs
|
|
LICENSE= mit # + file LICENSE
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|