90777762d7
Update ruby-listen to 3.2.1. 3.2.1 (2019-12-05) unknown 3.2.0 (2019-10-11) * Fix warnings in spec output (#464) @floehopper * README: Remove defunct Gemnasium badge (#461) @olleolleolle * Update the RuboCop dependency (#447) @rymai * ! assigned but unused variable - from_change, to_change (#438) @amatsuda * Update dependencies and travis matrix (#446) @rymai * Upgrade to latest rb-fsevent and rb-notify releases (#443) @thibaudgg * Update Natalie’s name (#433) @ddfreyne * Fix small markdown syntax issue in README (#430) @sivaraam * Update .travis.yml (#427) @junaruga * update travis.yml (bump ruby + bundler cache) (#395) @e2 * set Travis to MRI 2.2.5 and JRuby 9.1.2.0 (#408) @e2 * Require rb-fsevent when needed, in _configure method (#419) @jirutka * Update matrix to use Ruby 2.2.5 (#418) @rymai * Don't require rb-fsevent until actually needed (#417) @jirutka * Please the look with retina friendly badges (#413) @elia * [ci skip] Document behavior in forked environment (#403) @schneems
18 lines
528 B
Makefile
18 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/03/24 16:40:19 taca Exp $
|
|
|
|
DISTNAME= listen-3.2.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/guard/listen
|
|
COMMENT= Listen to file modifications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.10.3:../../devel/ruby-rb-fsevent
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9.10:../../devel/ruby-rb-inotify
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|