pkgsrc/devel/ruby-parseconfig/Makefile
taca 50af4934bc devel/ruby-parseconfig: update to 1.1.2
pkgsrc change: update HOMEPAGE.

1.1.2 (2021-09-29)

- Dev and test against recent versions of Ruby (2.6+, 3.0+)
- Docker development support
- Remove tests for deprecated 'get_value()' method
- Use Rspec 'expect' in place of 'should'
2021-11-09 14:11:35 +00:00

14 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/11/09 14:11:35 taca Exp $
DISTNAME= parseconfig-1.1.2
CATEGORIES= devel
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/datafolklabs/ruby-parseconfig/
COMMENT= Provides simple parsing of standard *nix style config files
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"