15 lines
300 B
Makefile
15 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"
|