7459af1aa4
ParseConfig provides simple parsing of standard *nix style config files.
12 lines
323 B
Makefile
12 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/06/16 15:58:26 taca Exp $
|
|
|
|
DISTNAME= parseconfig-0.5.2
|
|
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"
|