5662a527ae
Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications.
14 lines
300 B
Makefile
14 lines
300 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 18:27:14 brook Exp $
|
|
|
|
R_PKGNAME= ini
|
|
R_PKGVER= 0.3.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Read and write '.ini' files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|