pkgsrc/devel/ruby-stream/Makefile
taca 308b45d8db devel/ruby-stream: update to 0.5.3
pkgsrc change:
* Remove DIST_SUBDIR since there is no need to treat gem file specially.
* Change LICENSE.


0.5.3 (2020-12-19)

* Add ruby 2.6 and 2.7 to travis.
* Fixed test error.
* Add LICENSE file.
2021-01-10 16:19:07 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/01/10 16:19:07 taca Exp $
DISTNAME= stream-0.5.3
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/monora/stream
COMMENT= Interface for external iterators
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-generator>=0:../../devel/ruby-generator
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"