pkgsrc/misc/ruby-daemons/Makefile
taca e7ae8eb417 misc/ruby-daemons: update to 1.4.1
1.4.1 (2021-08-26)

* Fix :proc mode (pass &block explicitly) (thanks to Graham Rogers)
* Fix style of REAMDE.md
2021-08-31 15:33:57 +00:00

14 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.19 2021/08/31 15:33:57 taca Exp $
DISTNAME= daemons-1.4.1
CATEGORIES= misc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/thuehlinger/daemons
COMMENT= Toolkit to convert Ruby scripts to a daemon
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"