pkgsrc/devel/R-rappdirs/Makefile
mef 0f5dddf8b5 (devel/R-rappdirs) import R-rappdirs-0.3.1
An easy way to determine which directories on the users computer you
should use to save data, caches and logs. A port of Python's 'Appdirs'
(\url{https://github.com/ActiveState/appdirs}) to R.
2021-01-01 12:05:31 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/01/01 12:05:31 mef Exp $
R_PKGNAME= rappdirs
R_PKGVER= 0.3.1
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"