pkgsrc/devel/ruby-parseconfig/Makefile
taca 619cee0e32 Update ruby-parseconfig to 1.0.4.
Thu Dec 19, 2013 - v1.0.4
- Add fix for config files with Byte Order Marker (BOM)
- Add support for .eql? function.

Tue Jun 12, 2012 - v1.0.2
- Re-enable get_value() as it seems some projects are still using it.
  That said, get_value() *will* be removed in the future at some point.

Tue Jun 12, 2012 - v1.0.0
- Resolved Issue #3, Config files not closed properly.
- Resolved Issue #7, Added basic rspec testing
- Resolved Issue #5, Readded support for array like access
- Removed deprecated function get_value()
2014-03-14 16:15:33 +00:00

12 lines
323 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/03/14 16:15:33 taca Exp $
DISTNAME= parseconfig-1.0.4
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"