pkgsrc/devel/ruby-tins/Makefile
taca 2be3f0a5e5 devel/ruby-tins: update to 1.31.0
Quote from commit logs.

1.29.1 (2021-05-20)

* Reraise the same exception object for exceptions with additional methods.

1.30.0 (2021-12-27)

* Fix for upcoming ruby 3.1.0.

1.31.0 (2022-01-07)

* Add small LRU cache implementation.
2022-02-12 15:20:56 +00:00

16 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.24 2022/02/12 15:20:56 taca Exp $
DISTNAME= tins-1.31.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/flori/tins
COMMENT= Not good/big enough for a real library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sync>=0:../../devel/ruby-sync
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"