2be3f0a5e5
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.
16 lines
385 B
Makefile
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"
|