pkgsrc/devel/ruby-tins/Makefile
taca d36f3b5faf Update ruby-tins to 1.12.0.
2016-08-04 Release 1.12.0
* Add Tins::Unit.parse? method to check for units in strings.

2016-07-12 Release 1.11.0
* Provide Tins::Unit.format and Tins::Unit.parse methods.

2016-05-25 Release 1.10.2
* Avoid some warnings.

2016-04-15 Release 1.10.1
* Fix bug in go if a concatenated argument comes last.

2016-04-12 Release 1.10.0
* Support mixed rest arguments in go argument parsing.
2016-10-09 15:28:44 +00:00

12 lines
302 B
Makefile

# $NetBSD: Makefile,v 1.12 2016/10/09 15:28:44 taca Exp $
DISTNAME= tins-1.12.0
CATEGORIES= time
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/flori/tins
COMMENT= Not good/big enough for a real library
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"