d36f3b5faf
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.
12 lines
302 B
Makefile
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"
|