pkgsrc/devel/ruby-tins/Makefile
taca a0c5cf80ec devel/ruby-tins: update to 1.29.1
1.29.1 (2021-05-20)

* Reraise the same exception object for exceptions with additional methods.
* Readme: Remove homepage section, the link shows a 404.
2021-05-30 08:58:13 +00:00

16 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.23 2021/05/30 08:58:13 taca Exp $
DISTNAME= tins-1.29.1
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"