6e695f3bae
Mon Oct 06, 2014 - v1.0.6 - Fix where extraneous double quotes were getting wrapped around parameters that have non-word characters (issue #19) Thu Dec 19, 2013 - v1.0.4 - Add fix for config files with Byte Order Marker (BOM) - Add support for .eql? function.
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/01 16:09:57 taca Exp $
|
|
|
|
DISTNAME= parseconfig-1.0.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://www.5dollarwhitebox.org/
|
|
COMMENT= Provides simple parsing of standard *nix style config files
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|