308b45d8db
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.
14 lines
373 B
Makefile
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"
|